Html Css Color HEX #59F2FB Baby Blue

📋 copy color: '#59F2FB'

red 89 ◦ green 242 ◦ blue 251

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

Shades of Baby Blue #59F2FB

Tints of Baby Blue #59F2FB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.58%

 BLUE value IS 251 (98.44% from 255) = 43.13%

R = 15.29%
G = 41.58%
B = 43.13%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#59F2FB (or 0x59F2FB) is known color: Baby Blue. HEX triplet: 59, F2 and FB. RGB value is (89,242,251). Sum of RGB (Red+Green+Blue) = 89+242+251=582 (77% of max value = 765). Red value is 89 (35.16% from 255 or 15.29% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #59F2FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F2FB is #A60D04. Grayscale: #C5C5C5. Windows color (decimal): -10882309 or 16511577. OLE color: 16511577.

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

Color convert

RGB 89 242 251 -
CMYK 0.65 0.04 0 0.02
HSL 183.33º 0.95% 0.67% -
HSV(B) 183.33º 0.65% 0.98% -
XYZ 53.28 72.59 102.47 -
YUV 197.28 158.31 50.77 -
System Red Green Blue C M Y K H S L
Decimal 89 242 251 0.65 0.04 0 0.02 183.33 0.95 0.67
Hex 59 F2 FB 41 4 0 2 B7 5F 43
Octal 131 362 373 101 4 0 2 267 137 103
Binary 1011001 11110010 11111011 1000001 100 0 10 10110111 1011111 1000011

Color Harmonies of #59F2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F2FB

Black with #59F2FB

Text Example


Text Example

White with #59F2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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