Html Css Color HEX #66F1ED Baby Blue

📋 copy color: '#66F1ED'

red 102 ◦ green 241 ◦ blue 237

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

Shades of Baby Blue #66F1ED

Tints of Baby Blue #66F1ED

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.55%

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

R = 17.59%
G = 41.55%
B = 40.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#66F1ED (or 0x66F1ED) is known color: Baby Blue. HEX triplet: 66, F1 and ED. RGB value is (102,241,237). Sum of RGB (Red+Green+Blue) = 102+241+237=580 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.59% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #66F1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F1ED is #990E12. Grayscale: #C6C6C6. Windows color (decimal): -10030611 or 15593830. OLE color: 15593830.

HSL color Cylindrical-coordinate representation of color #66F1ED: hue angle of 178.27º degrees, saturation: 0.83, 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 #66F1ED is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 241 237 -
CMYK 0.58 0 0.02 0.05
HSL 178.27º 0.83% 0.67% -
HSV(B) 178.27º 0.58% 0.95% -
XYZ 52.22 71.85 91.24 -
YUV 198.98 149.45 58.83 -
System Red Green Blue C M Y K H S L
Decimal 102 241 237 0.58 0 0.02 0.05 178.27 0.83 0.67
Hex 66 F1 ED 3A 0 2 5 B2 53 43
Octal 146 361 355 72 0 2 5 262 123 103
Binary 1100110 11110001 11101101 111010 0 10 101 10110010 1010011 1000011

Color Harmonies of #66F1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F1ED

Black with #66F1ED

Text Example


Text Example

White with #66F1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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