Html Css Color HEX #66F8ED Baby Blue

📋 copy color: '#66F8ED'

red 102 ◦ green 248 ◦ blue 237

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

Shades of Baby Blue #66F8ED

Tints of Baby Blue #66F8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.25%

 BLUE value IS 237 (92.97% from 255) = 40.37%

R = 17.38%
G = 42.25%
B = 40.37%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#66F8ED (or 0x66F8ED) is known color: Baby Blue. HEX triplet: 66, F8 and ED. RGB value is (102,248,237). Sum of RGB (Red+Green+Blue) = 102+248+237=587 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.38% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #66F8ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F8ED is #990712. Grayscale: #CACACA. Windows color (decimal): -10028819 or 15595622. OLE color: 15595622.

HSL color Cylindrical-coordinate representation of color #66F8ED: hue angle of 175.48º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F8ED is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 248 237 -
CMYK 0.59 0 0.04 0.03
HSL 175.48º 0.91% 0.69% -
HSV(B) 175.48º 0.59% 0.97% -
XYZ 54.33 76.07 91.94 -
YUV 203.09 147.13 55.89 -
System Red Green Blue C M Y K H S L
Decimal 102 248 237 0.59 0 0.04 0.03 175.48 0.91 0.69
Hex 66 F8 ED 3B 0 4 3 AF 5B 45
Octal 146 370 355 73 0 4 3 257 133 105
Binary 1100110 11111000 11101101 111011 0 100 11 10101111 1011011 1000101

Color Harmonies of #66F8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F8ED

Black with #66F8ED

Text Example


Text Example

White with #66F8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,248,237); }

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

background-color css

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

 a { background-color: rgb(102,248,237); }

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

border-color css

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

 span { border-color: rgb(102,248,237); }

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