Html Css Color HEX #66FCEE Baby Blue

📋 copy color: '#66FCEE'

red 102 ◦ green 252 ◦ blue 238

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

Shades of Baby Blue #66FCEE

Tints of Baby Blue #66FCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.2%

R = 17.23%
G = 42.57%
B = 40.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#66FCEE (or 0x66FCEE) is known color: Baby Blue. HEX triplet: 66, FC and EE. RGB value is (102,252,238). Sum of RGB (Red+Green+Blue) = 102+252+238=592 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.23% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FCEE is #990311. Grayscale: #CDCDCD. Windows color (decimal): -10027794 or 15662182. OLE color: 15662182.

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

Color convert

RGB 102 252 238 -
CMYK 0.60 0 0.06 0.01
HSL 174.4º 0.96% 0.69% -
HSV(B) 174.4º 0.6% 0.99% -
XYZ 55.72 78.62 93.13 -
YUV 205.55 146.31 54.14 -
System Red Green Blue C M Y K H S L
Decimal 102 252 238 0.60 0 0.06 0.01 174.4 0.96 0.69
Hex 66 FC EE 3C 0 6 1 AE 60 45
Octal 146 374 356 74 0 6 1 256 140 105
Binary 1100110 11111100 11101110 111100 0 110 1 10101110 1100000 1000101

Color Harmonies of #66FCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FCEE

Black with #66FCEE

Text Example


Text Example

White with #66FCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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