Html Css Color HEX #59FAF6 Baby Blue

📋 copy color: '#59FAF6'

red 89 ◦ green 250 ◦ blue 246

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

Shades of Baby Blue #59FAF6

Tints of Baby Blue #59FAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.05%

R = 15.21%
G = 42.74%
B = 42.05%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#59FAF6 (or 0x59FAF6) is known color: Baby Blue. HEX triplet: 59, FA and F6. RGB value is (89,250,246). Sum of RGB (Red+Green+Blue) = 89+250+246=585 (77% of max value = 765). Red value is 89 (35.16% from 255 or 15.21% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #59FAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FAF6 is #A60509. Grayscale: #C9C9C9. Windows color (decimal): -10880266 or 16185945. OLE color: 16185945.

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

Color convert

RGB 89 250 246 -
CMYK 0.64 0 0.02 0.02
HSL 178.51º 0.94% 0.66% -
HSV(B) 178.51º 0.64% 0.98% -
XYZ 54.94 77.15 99.18 -
YUV 201.41 153.16 47.83 -
System Red Green Blue C M Y K H S L
Decimal 89 250 246 0.64 0 0.02 0.02 178.51 0.94 0.66
Hex 59 FA F6 40 0 2 2 B3 5E 42
Octal 131 372 366 100 0 2 2 263 136 102
Binary 1011001 11111010 11110110 1000000 0 10 10 10110011 1011110 1000010

Color Harmonies of #59FAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FAF6

Black with #59FAF6

Text Example


Text Example

White with #59FAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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