#54F0FB

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

Shades of Baby Blue #54F0FB

Tints of Baby Blue #54F0FB

Color information

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

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

Color convert

RGB84240251-
CMYK0.670.0400.02
HSL183.95º95.43%65.69%-
HSV(B)183.95º66.53%98.43%-
XYZ52.2371.17102.25-
YUV194.61159.8249.11-

RGB Variations

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

RGB

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

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
Decimal842402510.670.0400.02183.9595.4365.69
Hex54F0FB43402b85f42
Octal124360373103402270137102
Binary1010100111100001111101110000111000101011100010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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