Html Css Color HEX #59F5E4 Baby Blue

📋 copy color: '#59F5E4'

red 89 ◦ green 245 ◦ blue 228

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

Shades of Baby Blue #59F5E4

Tints of Baby Blue #59F5E4

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.59%

 BLUE value IS 228 (89.45% from 255) = 40.57%

R = 15.84%
G = 43.59%
B = 40.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#59F5E4 (or 0x59F5E4) is known color: Baby Blue. HEX triplet: 59, F5 and E4. RGB value is (89,245,228). Sum of RGB (Red+Green+Blue) = 89+245+228=562 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.84% from 562); Green value is 245 (96.09% from 255 or 43.59% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 245 - color contains mainly: green. Hex color #59F5E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F5E4 is #A60A1B. Grayscale: #C4C4C4. Windows color (decimal): -10881564 or 15005017. OLE color: 15005017.

HSL color Cylindrical-coordinate representation of color #59F5E4: hue angle of 173.46º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F5E4 is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 89 245 228 -
CMYK 0.64 0 0.07 0.04
HSL 173.46º 0.89% 0.65% -
HSV(B) 173.46º 0.64% 0.96% -
XYZ 50.78 73.03 84.82 -
YUV 196.42 145.82 51.38 -
System Red Green Blue C M Y K H S L
Decimal 89 245 228 0.64 0 0.07 0.04 173.46 0.89 0.65
Hex 59 F5 E4 40 0 7 4 AD 59 41
Octal 131 365 344 100 0 7 4 255 131 101
Binary 1011001 11110101 11100100 1000000 0 111 100 10101101 1011001 1000001

Color Harmonies of #59F5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F5E4

Black with #59F5E4

Text Example


Text Example

White with #59F5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,245,228); }

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

background-color css

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

 a { background-color: rgb(89,245,228); }

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

border-color css

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

 span { border-color: rgb(89,245,228); }

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