#6CCAEF

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

Shades of Maya Blue #6CCAEF

Tints of Maya Blue #6CCAEF

Color information

#6CCAEF (or 0x6CCAEF) is unknown color: approx Maya Blue. HEX triplet: 6C, CA and EF. RGB value is (108,202,239). Sum of RGB (Red+Green+Blue) = 108+202+239=549 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.67% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #6CCAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCAEF is #933510. Grayscale: #B1B1B1. Windows color (decimal): -9647377 or 15714924. OLE color: 15714924.

HSL color Cylindrical-coordinate representation of color #6CCAEF: hue angle of 196.95º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CCAEF is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB108202239-
CMYK0.550.1500.06
HSL196.95º80.37%68.04%-
HSV(B)196.95º54.81%93.73%-
XYZ42.8851.6689.37-
YUV178.11162.3677.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.67%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 239 (93.75% from 255) = 43.53%
R=19.67%
G=36.79%
B=43.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1082022390.550.1500.06196.9580.3768.04
Hex6CCAEF37F06c55044
Octal154312357671706305120104
Binary11011001100101011101111110111111101101100010110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CCAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,202,239); }

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

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

 a { background-color: rgb(108,202,239); }

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

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

 span { border-color: rgb(108,202,239); }

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