#54EBFC

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

Shades of Baby Blue #54EBFC

Tints of Baby Blue #54EBFC

Color information

#54EBFC (or 0x54EBFC) is unknown color: approx Baby Blue. HEX triplet: 54, EB and FC. RGB value is (84,235,252). Sum of RGB (Red+Green+Blue) = 84+235+252=571 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.71% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #54EBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EBFC is #AB1403. Grayscale: #BFBFBF. Windows color (decimal): -11211780 or 16575316. OLE color: 16575316.

HSL color Cylindrical-coordinate representation of color #54EBFC: hue angle of 186.07º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54EBFC is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB84235252-
CMYK0.670.0700.01
HSL186.07º96.55%65.88%-
HSV(B)186.07º66.67%98.82%-
XYZ50.9468.33102.6-
YUV191.79161.9751.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.71%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=14.71%
G=41.16%
B=44.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal842352520.670.0700.01186.0796.5565.88
Hex54EBFC43701ba6142
Octal124353374103701272141102
Binary101010011101011111111001000011111011011101011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,235,252); }

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

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

 a { background-color: rgb(84,235,252); }

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

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

 span { border-color: rgb(84,235,252); }

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