Html Css Color HEX #59EAFF Baby Blue

📋 copy color: '#59EAFF'

red 89 ◦ green 234 ◦ blue 255

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

Shades of Baby Blue #59EAFF

Tints of Baby Blue #59EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.48%

 BLUE value IS 255 (100% from 255) = 44.12%

R = 15.4%
G = 40.48%
B = 44.12%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#59EAFF (or 0x59EAFF) is known color: Baby Blue. HEX triplet: 59, EA and FF. RGB value is (89,234,255). Sum of RGB (Red+Green+Blue) = 89+234+255=578 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.40% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #59EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EAFF is #A61500. Grayscale: #C0C0C0. Windows color (decimal): -10884353 or 16771673. OLE color: 16771673.

HSL color Cylindrical-coordinate representation of color #59EAFF: hue angle of 187.59º 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 #59EAFF is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 89 234 255 -
CMYK 0.65 0.08 0 0
HSL 187.59º 1% 0.67% -
HSV(B) 187.59º 0.65% 1% -
XYZ 51.59 68.19 105.05 -
YUV 193.04 162.96 53.79 -
System Red Green Blue C M Y K H S L
Decimal 89 234 255 0.65 0.08 0 0 187.59 1 0.67
Hex 59 EA FF 41 8 0 0 BC 64 43
Octal 131 352 377 101 10 0 0 274 144 103
Binary 1011001 11101010 11111111 1000001 1000 0 0 10111100 1100100 1000011

Color Harmonies of #59EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EAFF

Black with #59EAFF

Text Example


Text Example

White with #59EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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