#54FBF5

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

Shades of Baby Blue #54FBF5

Tints of Baby Blue #54FBF5

Color information

#54FBF5 (or 0x54FBF5) is unknown color: approx Baby Blue. HEX triplet: 54, FB and F5. RGB value is (84,251,245). Sum of RGB (Red+Green+Blue) = 84+251+245=580 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.48% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #54FBF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FBF5 is #AB040A. Grayscale: #C8C8C8. Windows color (decimal): -11207691 or 16120660. OLE color: 16120660.

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

Color convert

RGB84251245-
CMYK0.6700.020.02
HSL177.84º95.43%65.69%-
HSV(B)177.84º66.53%98.43%-
XYZ54.6377.4798.46-
YUV200.38153.1744.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.48%
GREEN value IS 251 (98.44% from 255) = 43.28%
BLUE value IS 245 (96.09% from 255) = 42.24%
R=14.48%
G=43.28%
B=42.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842512450.6700.020.02177.8495.4365.69
Hex54FBF543022b25f42
Octal124373365103022262137102
Binary101010011111011111101011000011010101011001010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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