#53F0FB

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

Shades of Baby Blue #53F0FB

Tints of Baby Blue #53F0FB

Color information

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

HSL color Cylindrical-coordinate representation of color #53F0FB: hue angle of 183.93º 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 #53F0FB is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB83240251-
CMYK0.670.0400.02
HSL183.93º95.45%65.49%-
HSV(B)183.93º66.93%98.43%-
XYZ52.1471.12102.25-
YUV194.31159.9948.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal832402510.670.0400.02183.9395.4565.49
Hex53F0FB43402b85f41
Octal123360373103402270137101
Binary1010011111100001111101110000111000101011100010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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