#53FBF0

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

Shades of Baby Blue #53FBF0

Tints of Baby Blue #53FBF0

Color information

#53FBF0 (or 0x53FBF0) is unknown color: approx Baby Blue. HEX triplet: 53, FB and F0. RGB value is (83,251,240). Sum of RGB (Red+Green+Blue) = 83+251+240=574 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.46% from 574); Green value is 251 (98.44% from 255 or 43.73% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 251 - color contains mainly: green. Hex color #53FBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FBF0 is #AC040F. Grayscale: #C7C7C7. Windows color (decimal): -11273232 or 15792979. OLE color: 15792979.

HSL color Cylindrical-coordinate representation of color #53FBF0: hue angle of 176.07º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FBF0 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB83251240-
CMYK0.6700.040.02
HSL176.07º95.45%65.49%-
HSV(B)176.07º66.93%98.43%-
XYZ53.7977.1294.49-
YUV199.51150.8444.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 14.46%
GREEN value IS 251 (98.44% from 255) = 43.73%
BLUE value IS 240 (94.14% from 255) = 41.81%
R=14.46%
G=43.73%
B=41.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal832512400.6700.040.02176.0795.4565.49
Hex53FBF043042b05f41
Octal123373360103042260137101
Binary1010011111110111111000010000110100101011000010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53FBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53FBF0; }

 p { color: rgb(83,251,240); }

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

<style>
 a { background-color: #53FBF0; }

 a { background-color: rgb(83,251,240); }

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

<style>
 span { border-color: #53FBF0; }

 span { border-color: rgb(83,251,240); }

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