Html Css Color HEX #59F2FC Baby Blue

📋 copy color: '#59F2FC'

red 89 ◦ green 242 ◦ blue 252

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

Shades of Baby Blue #59F2FC

Tints of Baby Blue #59F2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.22%

R = 15.27%
G = 41.51%
B = 43.22%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#59F2FC (or 0x59F2FC) is known color: Baby Blue. HEX triplet: 59, F2 and FC. RGB value is (89,242,252). Sum of RGB (Red+Green+Blue) = 89+242+252=583 (77% of max value = 765). Red value is 89 (35.16% from 255 or 15.27% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #59F2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F2FC is #A60D03. Grayscale: #C5C5C5. Windows color (decimal): -10882308 or 16577113. OLE color: 16577113.

HSL color Cylindrical-coordinate representation of color #59F2FC: hue angle of 183.68º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59F2FC is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 89 242 252 -
CMYK 0.65 0.04 0 0.01
HSL 183.68º 0.96% 0.67% -
HSV(B) 183.68º 0.65% 0.99% -
XYZ 53.44 72.66 103.3 -
YUV 197.39 158.81 50.69 -
System Red Green Blue C M Y K H S L
Decimal 89 242 252 0.65 0.04 0 0.01 183.68 0.96 0.67
Hex 59 F2 FC 41 4 0 1 B8 60 43
Octal 131 362 374 101 4 0 1 270 140 103
Binary 1011001 11110010 11111100 1000001 100 0 1 10111000 1100000 1000011

Color Harmonies of #59F2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59F2FC

Black with #59F2FC

Text Example


Text Example

White with #59F2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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