Html Css Color HEX #66FCE5 Baby Blue

📋 copy color: '#66FCE5'

red 102 ◦ green 252 ◦ blue 229

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

Shades of Baby Blue #66FCE5

Tints of Baby Blue #66FCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.22%

 BLUE value IS 229 (89.84% from 255) = 39.28%

R = 17.5%
G = 43.22%
B = 39.28%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#66FCE5 (or 0x66FCE5) is known color: Baby Blue. HEX triplet: 66, FC and E5. RGB value is (102,252,229). Sum of RGB (Red+Green+Blue) = 102+252+229=583 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.50% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FCE5 is #99031A. Grayscale: #CCCCCC. Windows color (decimal): -10027803 or 15072358. OLE color: 15072358.

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

Color convert

RGB 102 252 229 -
CMYK 0.60 0 0.09 0.01
HSL 170.8º 0.96% 0.69% -
HSV(B) 170.8º 0.6% 0.99% -
XYZ 54.43 78.1 86.34 -
YUV 204.53 141.81 54.87 -
System Red Green Blue C M Y K H S L
Decimal 102 252 229 0.60 0 0.09 0.01 170.8 0.96 0.69
Hex 66 FC E5 3C 0 9 1 AB 60 45
Octal 146 374 345 74 0 11 1 253 140 105
Binary 1100110 11111100 11100101 111100 0 1001 1 10101011 1100000 1000101

Color Harmonies of #66FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FCE5

Black with #66FCE5

Text Example


Text Example

White with #66FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,252,229); }

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

background-color css

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

 a { background-color: rgb(102,252,229); }

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

border-color css

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

 span { border-color: rgb(102,252,229); }

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