Html Css Color HEX #59FEE0 Baby Blue

📋 copy color: '#59FEE0'

red 89 ◦ green 254 ◦ blue 224

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

Shades of Baby Blue #59FEE0

Tints of Baby Blue #59FEE0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.8%

 BLUE value IS 224 (87.89% from 255) = 39.51%

R = 15.7%
G = 44.8%
B = 39.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#59FEE0 (or 0x59FEE0) is known color: Baby Blue. HEX triplet: 59, FE and E0. RGB value is (89,254,224). Sum of RGB (Red+Green+Blue) = 89+254+224=567 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.70% from 567); Green value is 254 (99.61% from 255 or 44.80% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 254 - color contains mainly: green. Hex color #59FEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FEE0 is #A6011F. Grayscale: #C9C9C9. Windows color (decimal): -10879264 or 14745177. OLE color: 14745177.

HSL color Cylindrical-coordinate representation of color #59FEE0: hue angle of 169.09º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FEE0 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 89 254 224 -
CMYK 0.65 0 0.12 0.00
HSL 169.09º 0.99% 0.67% -
HSV(B) 169.09º 0.65% 1% -
XYZ 53.02 78.39 82.86 -
YUV 201.25 140.84 47.94 -
System Red Green Blue C M Y K H S L
Decimal 89 254 224 0.65 0 0.12 0.00 169.09 0.99 0.67
Hex 59 FE E0 41 0 C 0 A9 63 43
Octal 131 376 340 101 0 14 0 251 143 103
Binary 1011001 11111110 11100000 1000001 0 1100 0 10101001 1100011 1000011

Color Harmonies of #59FEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FEE0

Black with #59FEE0

Text Example


Text Example

White with #59FEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,254,224); }

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

background-color css

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

 a { background-color: rgb(89,254,224); }

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

border-color css

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

 span { border-color: rgb(89,254,224); }

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