Html Css Color HEX #66F3ED Baby Blue

📋 copy color: '#66F3ED'

red 102 ◦ green 243 ◦ blue 237

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

Shades of Baby Blue #66F3ED

Tints of Baby Blue #66F3ED

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.75%

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

R = 17.53%
G = 41.75%
B = 40.72%

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

#66F3ED (or 0x66F3ED) is known color: Baby Blue. HEX triplet: 66, F3 and ED. RGB value is (102,243,237). Sum of RGB (Red+Green+Blue) = 102+243+237=582 (77% of max value = 765). Red value is 102 (40.23% from 255 or 17.53% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #66F3ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F3ED is #990C12. Grayscale: #C8C8C8. Windows color (decimal): -10030099 or 15594342. OLE color: 15594342.

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

Color convert

RGB 102 243 237 -
CMYK 0.58 0 0.02 0.05
HSL 177.45º 0.85% 0.68% -
HSV(B) 177.45º 0.58% 0.95% -
XYZ 52.82 73.04 91.44 -
YUV 200.16 148.79 57.99 -
System Red Green Blue C M Y K H S L
Decimal 102 243 237 0.58 0 0.02 0.05 177.45 0.85 0.68
Hex 66 F3 ED 3A 0 2 5 B1 55 44
Octal 146 363 355 72 0 2 5 261 125 104
Binary 1100110 11110011 11101101 111010 0 10 101 10110001 1010101 1000100

Color Harmonies of #66F3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F3ED

Black with #66F3ED

Text Example


Text Example

White with #66F3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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