#6CC2EE

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

Shades of Maya Blue #6CC2EE

Tints of Maya Blue #6CC2EE

Color information

#6CC2EE (or 0x6CC2EE) is unknown color: approx Maya Blue. HEX triplet: 6C, C2 and EE. RGB value is (108,194,238). Sum of RGB (Red+Green+Blue) = 108+194+238=540 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CC2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CC2EE is #933D11. Grayscale: #ADADAD. Windows color (decimal): -9649426 or 15647340. OLE color: 15647340.

HSL color Cylindrical-coordinate representation of color #6CC2EE: hue angle of 200.31º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CC2EE is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB108194238-
CMYK0.550.1800.07
HSL200.31º79.27%67.84%-
HSV(B)200.31º54.62%93.33%-
XYZ40.9147.9487.99-
YUV173.3164.5181.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20%
GREEN value IS 194 (76.17% from 255) = 35.93%
BLUE value IS 238 (93.36% from 255) = 44.07%
R=20%
G=35.93%
B=44.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1081942380.550.1800.07200.3179.2767.84
Hex6CC2EE371207c84f44
Octal154302356672207310117104
Binary110110011000010111011101101111001001111100100010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,194,238); }

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

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

 a { background-color: rgb(108,194,238); }

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

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

 span { border-color: rgb(108,194,238); }

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