Html Css Color HEX #59F1ED Baby Blue

📋 copy color: '#59F1ED'

red 89 ◦ green 241 ◦ blue 237

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

Shades of Baby Blue #59F1ED

Tints of Baby Blue #59F1ED

RGB

 RED value IS 89 (35.16% from 255) = 15.7%

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

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

R = 15.7%
G = 42.5%
B = 41.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#59F1ED (or 0x59F1ED) is known color: Baby Blue. HEX triplet: 59, F1 and ED. RGB value is (89,241,237). Sum of RGB (Red+Green+Blue) = 89+241+237=567 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.70% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #59F1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F1ED is #A60E12. Grayscale: #C2C2C2. Windows color (decimal): -10882579 or 15593817. OLE color: 15593817.

HSL color Cylindrical-coordinate representation of color #59F1ED: hue angle of 178.42º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F1ED is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 89 241 237 -
CMYK 0.63 0 0.02 0.05
HSL 178.42º 0.84% 0.65% -
HSV(B) 178.42º 0.63% 0.95% -
XYZ 50.86 71.15 91.17 -
YUV 195.1 151.64 52.33 -
System Red Green Blue C M Y K H S L
Decimal 89 241 237 0.63 0 0.02 0.05 178.42 0.84 0.65
Hex 59 F1 ED 3F 0 2 5 B2 54 41
Octal 131 361 355 77 0 2 5 262 124 101
Binary 1011001 11110001 11101101 111111 0 10 101 10110010 1010100 1000001

Color Harmonies of #59F1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F1ED

Black with #59F1ED

Text Example


Text Example

White with #59F1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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