Html Css Color HEX #59FFE0 Baby Blue

📋 copy color: '#59FFE0'

red 89 ◦ green 255 ◦ blue 224

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

Shades of Baby Blue #59FFE0

Tints of Baby Blue #59FFE0

RGB

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

 GREEN value IS 255 (100% from 255) = 44.89%

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

R = 15.67%
G = 44.89%
B = 39.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#59FFE0 (or 0x59FFE0) is known color: Baby Blue. HEX triplet: 59, FF and E0. RGB value is (89,255,224). Sum of RGB (Red+Green+Blue) = 89+255+224=568 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.67% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #59FFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FFE0 is #A6001F. Grayscale: #C9C9C9. Windows color (decimal): -10879008 or 14745433. OLE color: 14745433.

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

Color convert

RGB 89 255 224 -
CMYK 0.65 0 0.12 0
HSL 168.8º 1% 0.67% -
HSV(B) 168.8º 0.65% 1% -
XYZ 53.33 79.03 82.96 -
YUV 201.83 140.5 47.52 -
System Red Green Blue C M Y K H S L
Decimal 89 255 224 0.65 0 0.12 0 168.8 1 0.67
Hex 59 FF E0 41 0 C 0 A9 64 43
Octal 131 377 340 101 0 14 0 251 144 103
Binary 1011001 11111111 11100000 1000001 0 1100 0 10101001 1100100 1000011

Color Harmonies of #59FFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FFE0

Black with #59FFE0

Text Example


Text Example

White with #59FFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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