#66C3FF

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

Shades of Maya Blue #66C3FF

Tints of Maya Blue #66C3FF

Color information

#66C3FF (or 0x66C3FF) is unknown color: approx Maya Blue. HEX triplet: 66, C3 and FF. RGB value is (102,195,255). Sum of RGB (Red+Green+Blue) = 102+195+255=552 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.48% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #66C3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C3FF is #993C00. Grayscale: #ADADAD. Windows color (decimal): -10042369 or 16761702. OLE color: 16761702.

HSL color Cylindrical-coordinate representation of color #66C3FF: hue angle of 203.53º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66C3FF is Cyan = 0.6, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102195255-
CMYK0.60.2400
HSL203.53º100%70%-
HSV(B)203.53º60%100%-
XYZ43.0449.07101.81-
YUV174.03173.6976.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 18.48%
GREEN value IS 195 (76.56% from 255) = 35.33%
BLUE value IS 255 (100% from 255) = 46.20%
R=18.48%
G=35.33%
B=46.20%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021952550.60.2400203.5310070
Hex66C3FF3C1800cc6446
Octal146303377743000314144106
Binary1100110110000111111111111110011000001100110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66C3FF; }

 p { color: rgb(102,195,255); }

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

<style>
 a { background-color: #66C3FF; }

 a { background-color: rgb(102,195,255); }

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

<style>
 span { border-color: #66C3FF; }

 span { border-color: rgb(102,195,255); }

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