#66EFFD

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

Shades of Baby Blue #66EFFD

Tints of Baby Blue #66EFFD

Color information

#66EFFD (or 0x66EFFD) is unknown color: approx Baby Blue. HEX triplet: 66, EF and FD. RGB value is (102,239,253). Sum of RGB (Red+Green+Blue) = 102+239+253=594 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.17% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #66EFFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EFFD is #991002. Grayscale: #C7C7C7. Windows color (decimal): -10031107 or 16641894. OLE color: 16641894.

HSL color Cylindrical-coordinate representation of color #66EFFD: hue angle of 185.56º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66EFFD is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB102239253-
CMYK0.600.0600.01
HSL185.56º97.42%69.61%-
HSV(B)185.56º59.68%99.22%-
XYZ54.0871.65103.91-
YUV199.63158.1158.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 17.17%
GREEN value IS 239 (93.75% from 255) = 40.24%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=17.17%
G=40.24%
B=42.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1022392530.600.0600.01185.5697.4269.61
Hex66EFFD3C601ba6146
Octal14635737574601272141106
Binary11001101110111111111101111100110011011101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,239,253); }

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

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

 a { background-color: rgb(102,239,253); }

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

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

 span { border-color: rgb(102,239,253); }

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