#54FBF0

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

Shades of Baby Blue #54FBF0

Tints of Baby Blue #54FBF0

Color information

#54FBF0 (or 0x54FBF0) is unknown color: approx Baby Blue. HEX triplet: 54, FB and F0. RGB value is (84,251,240). Sum of RGB (Red+Green+Blue) = 84+251+240=575 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.61% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FBF0 is #AB040F. Grayscale: #C7C7C7. Windows color (decimal): -11207696 or 15792980. OLE color: 15792980.

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

Color convert

RGB84251240-
CMYK0.6700.040.02
HSL176.05º95.43%65.69%-
HSV(B)176.05º66.53%98.43%-
XYZ53.8877.1794.49-
YUV199.81150.6745.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.61%
GREEN value IS 251 (98.44% from 255) = 43.65%
BLUE value IS 240 (94.14% from 255) = 41.74%
R=14.61%
G=43.65%
B=41.74%

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
Decimal842512400.6700.040.02176.0595.4365.69
Hex54FBF043042b05f42
Octal124373360103042260137102
Binary1010100111110111111000010000110100101011000010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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