#66FFFE

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

Shades of Baby Blue #66FFFE

Tints of Baby Blue #66FFFE

Color information

#66FFFE (or 0x66FFFE) is unknown color: approx Baby Blue. HEX triplet: 66, FF and FE. RGB value is (102,255,254). Sum of RGB (Red+Green+Blue) = 102+255+254=611 (80% of max value = 765). Red value is 102 (40.23% from 255 or 16.69% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FFFE is #990001. Grayscale: #D0D0D0. Windows color (decimal): -10027010 or 16711526. OLE color: 16711526.

HSL color Cylindrical-coordinate representation of color #66FFFE: hue angle of 179.61º 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 #66FFFE is Cyan = 0.6, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB102255254-
CMYK0.600.000
HSL179.61º100%70%-
HSV(B)179.61º60%100%-
XYZ59.1381.5106.38-
YUV209.14153.3151.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 16.69%
GREEN value IS 255 (100% from 255) = 41.73%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=16.69%
G=41.73%
B=41.57%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1022552540.600.000179.6110070
Hex66FFFE3C000b46446
Octal14637737674000264144106
Binary110011011111111111111101111000001011010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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