Html Css Color HEX #66EEFE Baby Blue

📋 copy color: '#66EEFE'

red 102 ◦ green 238 ◦ blue 254

#66EEFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #66EEFE

Tints of Baby Blue #66EEFE

RGB

 RED value IS 102 (40.23% from 255) = 17.17%

 GREEN value IS 238 (93.36% from 255) = 40.07%

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 17.17%
G = 40.07%
B = 42.76%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66EEFE (or 0x66EEFE) is known color: Baby Blue. HEX triplet: 66, EE and FE. RGB value is (102,238,254). Sum of RGB (Red+Green+Blue) = 102+238+254=594 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.17% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #66EEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EEFE is #991101. Grayscale: #C6C6C6. Windows color (decimal): -10031362 or 16707174. OLE color: 16707174.

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

Color convert

RGB 102 238 254 -
CMYK 0.60 0.06 0 0.00
HSL 186.32º 0.99% 0.7% -
HSV(B) 186.32º 0.6% 1% -
XYZ 53.94 71.13 104.65 -
YUV 199.16 158.94 58.7 -
System Red Green Blue C M Y K H S L
Decimal 102 238 254 0.60 0.06 0 0.00 186.32 0.99 0.7
Hex 66 EE FE 3C 6 0 0 BA 63 46
Octal 146 356 376 74 6 0 0 272 143 106
Binary 1100110 11101110 11111110 111100 110 0 0 10111010 1100011 1000110

Color Harmonies of #66EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EEFE

Black with #66EEFE

Text Example


Text Example

White with #66EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66EEFE;
 }
 .AnyTagClassName
 {
   color: #66EEFE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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