#6CCCFF

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

Shades of Maya Blue #6CCCFF

Tints of Maya Blue #6CCCFF

Color information

#6CCCFF (or 0x6CCCFF) is unknown color: approx Maya Blue. HEX triplet: 6C, CC and FF. RGB value is (108,204,255). Sum of RGB (Red+Green+Blue) = 108+204+255=567 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.05% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CCCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCCFF is #933300. Grayscale: #B4B4B4. Windows color (decimal): -9646849 or 16764012. OLE color: 16764012.

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

Color convert

RGB108204255-
CMYK0.580.200
HSL200.82º100%71.18%-
HSV(B)200.82º57.65%100%-
XYZ45.8353.59102.54-
YUV181.11169.775.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.05%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 255 (100% from 255) = 44.97%
R=19.05%
G=35.98%
B=44.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082042550.580.200200.8210071.18
Hex6CCCFF3A1400c96447
Octal154314377722400311144107
Binary1101100110011001111111111101010100001100100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,204,255); }

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

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

 a { background-color: rgb(108,204,255); }

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

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

 span { border-color: rgb(108,204,255); }

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