Html Css Color HEX #59FAFA Baby Blue

📋 copy color: '#59FAFA'

red 89 ◦ green 250 ◦ blue 250

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

Shades of Baby Blue #59FAFA

Tints of Baby Blue #59FAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.44%

R = 15.11%
G = 42.44%
B = 42.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#59FAFA (or 0x59FAFA) is known color: Baby Blue. HEX triplet: 59, FA and FA. RGB value is (89,250,250). Sum of RGB (Red+Green+Blue) = 89+250+250=589 (78% of max value = 765). Red value is 89 (35.16% from 255 or 15.11% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #59FAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FAFA is #A60505. Grayscale: #C9C9C9. Windows color (decimal): -10880262 or 16448089. OLE color: 16448089.

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

Color convert

RGB 89 250 250 -
CMYK 0.64 0 0 0.02
HSL 180º 0.94% 0.66% -
HSV(B) 180º 0.64% 0.98% -
XYZ 55.56 77.4 102.45 -
YUV 201.86 155.16 47.5 -
System Red Green Blue C M Y K H S L
Decimal 89 250 250 0.64 0 0 0.02 180 0.94 0.66
Hex 59 FA FA 40 0 0 2 B4 5E 42
Octal 131 372 372 100 0 0 2 264 136 102
Binary 1011001 11111010 11111010 1000000 0 0 10 10110100 1011110 1000010

Color Harmonies of #59FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59FAFA

Black with #59FAFA

Text Example


Text Example

White with #59FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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