#53F0F6

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

Shades of Baby Blue #53F0F6

Tints of Baby Blue #53F0F6

Color information

#53F0F6 (or 0x53F0F6) is unknown color: approx Baby Blue. HEX triplet: 53, F0 and F6. RGB value is (83,240,246). Sum of RGB (Red+Green+Blue) = 83+240+246=569 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.59% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #53F0F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F0F6 is #AC0F09. Grayscale: #C1C1C1. Windows color (decimal): -11276042 or 16183379. OLE color: 16183379.

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

Color convert

RGB83240246-
CMYK0.660.0200.04
HSL182.21º90.06%64.51%-
HSV(B)182.21º66.26%96.47%-
XYZ51.3670.8198.15-
YUV193.74157.4949.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 14.59%
GREEN value IS 240 (94.14% from 255) = 42.18%
BLUE value IS 246 (96.48% from 255) = 43.23%
R=14.59%
G=42.18%
B=43.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal832402460.660.0200.04182.2190.0664.51
Hex53F0F642204b65a41
Octal123360366102204266132101
Binary1010011111100001111011010000101001001011011010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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