#6FCDFF

Color #6FCDFF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #6FCDFF

Tints of Maya Blue #6FCDFF

Color information

#6FCDFF (or 0x6FCDFF) is unknown color: approx Maya Blue. HEX triplet: 6F, CD and FF. RGB value is (111,205,255). Sum of RGB (Red+Green+Blue) = 111+205+255=571 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.44% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FCDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCDFF is #903200. Grayscale: #B6B6B6. Windows color (decimal): -9449985 or 16764271. OLE color: 16764271.

HSL color Cylindrical-coordinate representation of color #6FCDFF: hue angle of 200.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FCDFF is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB111205255-
CMYK0.560.2000
HSL200.83º100%71.76%-
HSV(B)200.83º56.47%100%-
XYZ46.4454.26102.63-
YUV182.59168.8676.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 19.44%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 255 (100% from 255) = 44.66%
R=19.44%
G=35.90%
B=44.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1112052550.560.2000200.8310071.76
Hex6FCDFF381400c96448
Octal157315377702400311144110
Binary1101111110011011111111111100010100001100100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FCDFF; }

 p { color: rgb(111,205,255); }

 H1.HeaderClassName
 {
   color: #6FCDFF;
 }
 .AnyTagClassName
 {
   color: #6FCDFF;
 }
</style>
background-color css

<style>
 a { background-color: #6FCDFF; }

 a { background-color: rgb(111,205,255); }

 div.DivClassName
 {
   background-color: #6FCDFF;
 }
 .BgClassName
 {
   background-color: #6FCDFF;
 }
</style>
border-color css

<style>
 span { border-color: #6FCDFF; }

 span { border-color: rgb(111,205,255); }

 td.TdClassName
 {
   border-color: #6FCDFF;
 }
 .TagClassName
 {
   border-color: #6FCDFF;
 }
</style>