#54EEFB

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

Shades of Baby Blue #54EEFB

Tints of Baby Blue #54EEFB

Color information

#54EEFB (or 0x54EEFB) is unknown color: approx Baby Blue. HEX triplet: 54, EE and FB. RGB value is (84,238,251). Sum of RGB (Red+Green+Blue) = 84+238+251=573 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.66% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #54EEFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EEFB is #AB1104. Grayscale: #C1C1C1. Windows color (decimal): -11211013 or 16510548. OLE color: 16510548.

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

Color convert

RGB84238251-
CMYK0.670.0500.02
HSL184.67º95.43%65.69%-
HSV(B)184.67º66.53%98.43%-
XYZ51.6470102.06-
YUV193.44160.4849.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.66%
GREEN value IS 238 (93.36% from 255) = 41.54%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=14.66%
G=41.54%
B=43.80%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842382510.670.0500.02184.6795.4365.69
Hex54EEFB43502b95f42
Octal124356373103502271137102
Binary1010100111011101111101110000111010101011100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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