#53F0F2

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

Shades of Baby Blue #53F0F2

Tints of Baby Blue #53F0F2

Color information

#53F0F2 (or 0x53F0F2) is unknown color: approx Baby Blue. HEX triplet: 53, F0 and F2. RGB value is (83,240,242). Sum of RGB (Red+Green+Blue) = 83+240+242=565 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.69% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #53F0F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F0F2 is #AC0F0D. Grayscale: #C1C1C1. Windows color (decimal): -11276046 or 15921235. OLE color: 15921235.

HSL color Cylindrical-coordinate representation of color #53F0F2: hue angle of 180.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F0F2 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB83240242-
CMYK0.660.0100.05
HSL180.75º85.95%63.73%-
HSV(B)180.75º65.7%94.9%-
XYZ50.7570.5794.95-
YUV193.28155.4949.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 14.69%
GREEN value IS 240 (94.14% from 255) = 42.48%
BLUE value IS 242 (94.92% from 255) = 42.83%
R=14.69%
G=42.48%
B=42.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal832402420.660.0100.05180.7585.9563.73
Hex53F0F242105b55640
Octal123360362102105265126100
Binary101001111110000111100101000010101011011010110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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