#59F7FE

Color #59F7FE Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #59F7FE

Tints of Baby Blue #59F7FE

Color information

#59F7FE (or 0x59F7FE) is unknown color: approx Baby Blue. HEX triplet: 59, F7 and FE. RGB value is (89,247,254). Sum of RGB (Red+Green+Blue) = 89+247+254=590 (78% of max value = 765). Red value is 89 (35.16% from 255 or 15.08% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #59F7FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59F7FE is #A60801. Grayscale: #C8C8C8. Windows color (decimal): -10881026 or 16709465. OLE color: 16709465.

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

Color convert

RGB89247254-
CMYK0.650.0300.00
HSL182.55º98.8%67.25%-
HSV(B)182.55º64.96%99.61%-
XYZ55.2775.8105.48-
YUV200.56158.1548.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.08%
GREEN value IS 247 (96.88% from 255) = 41.86%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=15.08%
G=41.86%
B=43.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal892472540.650.0300.00182.5598.867.25
Hex59F7FE41300b76343
Octal131367376101300267143103
Binary10110011111011111111110100000111001011011111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,247,254); }

 H1.HeaderClassName
 {
   color: #59F7FE;
 }
 .AnyTagClassName
 {
   color: #59F7FE;
 }
</style>
background-color css

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

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

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

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

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

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