Html Css Color HEX #59FBED Baby Blue

📋 copy color: '#59FBED'

red 89 ◦ green 251 ◦ blue 237

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

Shades of Baby Blue #59FBED

Tints of Baby Blue #59FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.5%

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 15.42%
G = 43.5%
B = 41.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#59FBED (or 0x59FBED) is known color: Baby Blue. HEX triplet: 59, FB and ED. RGB value is (89,251,237). Sum of RGB (Red+Green+Blue) = 89+251+237=577 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.42% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #59FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FBED is #A60412. Grayscale: #C8C8C8. Windows color (decimal): -10880019 or 15596377. OLE color: 15596377.

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

Color convert

RGB 89 251 237 -
CMYK 0.65 0 0.06 0.02
HSL 174.81º 0.95% 0.67% -
HSV(B) 174.81º 0.65% 0.98% -
XYZ 53.9 77.23 92.19 -
YUV 200.97 148.33 48.14 -
System Red Green Blue C M Y K H S L
Decimal 89 251 237 0.65 0 0.06 0.02 174.81 0.95 0.67
Hex 59 FB ED 41 0 6 2 AF 5F 43
Octal 131 373 355 101 0 6 2 257 137 103
Binary 1011001 11111011 11101101 1000001 0 110 10 10101111 1011111 1000011

Color Harmonies of #59FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FBED

Black with #59FBED

Text Example


Text Example

White with #59FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,251,237); }

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

background-color css

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

 a { background-color: rgb(89,251,237); }

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

border-color css

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

 span { border-color: rgb(89,251,237); }

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