Html Css Color HEX #66F2EB Baby Blue

📋 copy color: '#66F2EB'

red 102 ◦ green 242 ◦ blue 235

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

Shades of Baby Blue #66F2EB

Tints of Baby Blue #66F2EB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.8%

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 17.62%
G = 41.8%
B = 40.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#66F2EB (or 0x66F2EB) is known color: Baby Blue. HEX triplet: 66, F2 and EB. RGB value is (102,242,235). Sum of RGB (Red+Green+Blue) = 102+242+235=579 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.62% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F2EB is #990D14. Grayscale: #C7C7C7. Windows color (decimal): -10030357 or 15463014. OLE color: 15463014.

HSL color Cylindrical-coordinate representation of color #66F2EB: hue angle of 177º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F2EB is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 242 235 -
CMYK 0.58 0 0.03 0.05
HSL 177º 0.84% 0.67% -
HSV(B) 177º 0.58% 0.95% -
XYZ 52.23 72.33 89.81 -
YUV 199.34 148.12 58.57 -
System Red Green Blue C M Y K H S L
Decimal 102 242 235 0.58 0 0.03 0.05 177 0.84 0.67
Hex 66 F2 EB 3A 0 3 5 B1 54 43
Octal 146 362 353 72 0 3 5 261 124 103
Binary 1100110 11110010 11101011 111010 0 11 101 10110001 1010100 1000011

Color Harmonies of #66F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F2EB

Black with #66F2EB

Text Example


Text Example

White with #66F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,242,235); }

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

background-color css

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

 a { background-color: rgb(102,242,235); }

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

border-color css

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

 span { border-color: rgb(102,242,235); }

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