Html Css Color HEX #66E8FE Baby Blue

📋 copy color: '#66E8FE'

red 102 ◦ green 232 ◦ blue 254

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

Shades of Baby Blue #66E8FE

Tints of Baby Blue #66E8FE

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.46%

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

R = 17.35%
G = 39.46%
B = 43.2%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66E8FE (or 0x66E8FE) is known color: Baby Blue. HEX triplet: 66, E8 and FE. RGB value is (102,232,254). Sum of RGB (Red+Green+Blue) = 102+232+254=588 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.35% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #66E8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66E8FE is #991701. Grayscale: #C3C3C3. Windows color (decimal): -10032898 or 16705638. OLE color: 16705638.

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

Color convert

RGB 102 232 254 -
CMYK 0.60 0.09 0 0.00
HSL 188.68º 0.99% 0.7% -
HSV(B) 188.68º 0.6% 1% -
XYZ 52.23 67.69 104.08 -
YUV 195.64 160.93 61.21 -
System Red Green Blue C M Y K H S L
Decimal 102 232 254 0.60 0.09 0 0.00 188.68 0.99 0.7
Hex 66 E8 FE 3C 9 0 0 BD 63 46
Octal 146 350 376 74 11 0 0 275 143 106
Binary 1100110 11101000 11111110 111100 1001 0 0 10111101 1100011 1000110

Color Harmonies of #66E8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E8FE

Black with #66E8FE

Text Example


Text Example

White with #66E8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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