#54FCEB

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

Shades of Baby Blue #54FCEB

Tints of Baby Blue #54FCEB

Color information

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

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

Color convert

RGB84252235-
CMYK0.6700.070.01
HSL173.93º96.55%65.88%-
HSV(B)173.93º66.67%98.82%-
XYZ53.4677.590.74-
YUV199.83147.8445.38-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal842522350.6700.070.01173.9396.5565.88
Hex54FCEB43071ae6142
Octal124374353103071256141102
Binary101010011111100111010111000011011111010111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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