Html Css Color HEX #59FAE2 Baby Blue

📋 copy color: '#59FAE2'

red 89 ◦ green 250 ◦ blue 226

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

Shades of Baby Blue #59FAE2

Tints of Baby Blue #59FAE2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.25%

 BLUE value IS 226 (88.67% from 255) = 40%

R = 15.75%
G = 44.25%
B = 40%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#59FAE2 (or 0x59FAE2) is known color: Baby Blue. HEX triplet: 59, FA and E2. RGB value is (89,250,226). Sum of RGB (Red+Green+Blue) = 89+250+226=565 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.75% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #59FAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FAE2 is #A6051D. Grayscale: #C7C7C7. Windows color (decimal): -10880286 or 14875225. OLE color: 14875225.

HSL color Cylindrical-coordinate representation of color #59FAE2: hue angle of 171.06º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59FAE2 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 89 250 226 -
CMYK 0.64 0 0.10 0.02
HSL 171.06º 0.94% 0.66% -
HSV(B) 171.06º 0.64% 0.98% -
XYZ 52.03 75.99 83.88 -
YUV 199.13 143.16 49.45 -
System Red Green Blue C M Y K H S L
Decimal 89 250 226 0.64 0 0.10 0.02 171.06 0.94 0.66
Hex 59 FA E2 40 0 A 2 AB 5E 42
Octal 131 372 342 100 0 12 2 253 136 102
Binary 1011001 11111010 11100010 1000000 0 1010 10 10101011 1011110 1000010

Color Harmonies of #59FAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FAE2

Black with #59FAE2

Text Example


Text Example

White with #59FAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,250,226); }

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

background-color css

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

 a { background-color: rgb(89,250,226); }

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

border-color css

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

 span { border-color: rgb(89,250,226); }

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