#6CC3F2

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

Shades of Maya Blue #6CC3F2

Tints of Maya Blue #6CC3F2

Color information

#6CC3F2 (or 0x6CC3F2) is unknown color: approx Maya Blue. HEX triplet: 6C, C3 and F2. RGB value is (108,195,242). Sum of RGB (Red+Green+Blue) = 108+195+242=545 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.82% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #6CC3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CC3F2 is #933C0D. Grayscale: #AEAEAE. Windows color (decimal): -9649166 or 15909740. OLE color: 15909740.

HSL color Cylindrical-coordinate representation of color #6CC3F2: hue angle of 201.04º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CC3F2 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB108195242-
CMYK0.550.1900.05
HSL201.04º83.75%68.63%-
HSV(B)201.04º55.37%94.9%-
XYZ41.7348.6391.19-
YUV174.34166.1880.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 19.82%
GREEN value IS 195 (76.56% from 255) = 35.78%
BLUE value IS 242 (94.92% from 255) = 44.40%
R=19.82%
G=35.78%
B=44.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1081952420.550.1900.05201.0483.7568.63
Hex6CC3F2371305c95445
Octal154303362672305311124105
Binary110110011000011111100101101111001101011100100110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,195,242); }

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

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

 a { background-color: rgb(108,195,242); }

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

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

 span { border-color: rgb(108,195,242); }

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