#53F1FE

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

Shades of Baby Blue #53F1FE

Tints of Baby Blue #53F1FE

Color information

#53F1FE (or 0x53F1FE) is unknown color: approx Baby Blue. HEX triplet: 53, F1 and FE. RGB value is (83,241,254). Sum of RGB (Red+Green+Blue) = 83+241+254=578 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.36% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #53F1FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F1FE is #AC0E01. Grayscale: #C3C3C3. Windows color (decimal): -11275778 or 16707923. OLE color: 16707923.

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

Color convert

RGB83241254-
CMYK0.670.0500.00
HSL184.56º98.84%66.08%-
HSV(B)184.56º67.32%99.61%-
XYZ52.9171.91104.86-
YUV195.24161.1547.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 14.36%
GREEN value IS 241 (94.53% from 255) = 41.70%
BLUE value IS 254 (99.61% from 255) = 43.94%
R=14.36%
G=41.70%
B=43.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal832412540.670.0500.00184.5698.8466.08
Hex53F1FE43500b96342
Octal123361376103500271143102
Binary101001111110001111111101000011101001011100111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,241,254); }

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

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

 a { background-color: rgb(83,241,254); }

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

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

 span { border-color: rgb(83,241,254); }

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