Html Css Color HEX #59EBFF Baby Blue

📋 copy color: '#59EBFF'

red 89 ◦ green 235 ◦ blue 255

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

Shades of Baby Blue #59EBFF

Tints of Baby Blue #59EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.59%

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

R = 15.37%
G = 40.59%
B = 44.04%

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

#59EBFF (or 0x59EBFF) is known color: Baby Blue. HEX triplet: 59, EB and FF. RGB value is (89,235,255). Sum of RGB (Red+Green+Blue) = 89+235+255=579 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.37% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #59EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EBFF is #A61400. Grayscale: #C1C1C1. Windows color (decimal): -10884097 or 16771929. OLE color: 16771929.

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

Color convert

RGB 89 235 255 -
CMYK 0.65 0.08 0 0
HSL 187.23º 1% 0.67% -
HSV(B) 187.23º 0.65% 1% -
XYZ 51.88 68.76 105.15 -
YUV 193.63 162.63 53.37 -
System Red Green Blue C M Y K H S L
Decimal 89 235 255 0.65 0.08 0 0 187.23 1 0.67
Hex 59 EB FF 41 8 0 0 BB 64 43
Octal 131 353 377 101 10 0 0 273 144 103
Binary 1011001 11101011 11111111 1000001 1000 0 0 10111011 1100100 1000011

Color Harmonies of #59EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EBFF

Black with #59EBFF

Text Example


Text Example

White with #59EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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