#54F7EA

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

Shades of Baby Blue #54F7EA

Tints of Baby Blue #54F7EA

Color information

#54F7EA (or 0x54F7EA) is unknown color: approx Baby Blue. HEX triplet: 54, F7 and EA. RGB value is (84,247,234). Sum of RGB (Red+Green+Blue) = 84+247+234=565 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.87% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #54F7EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F7EA is #AB0815. Grayscale: #C4C4C4. Windows color (decimal): -11208726 or 15398740. OLE color: 15398740.

HSL color Cylindrical-coordinate representation of color #54F7EA: hue angle of 175.21º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F7EA is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB84247234-
CMYK0.6600.050.03
HSL175.21º91.06%64.9%-
HSV(B)175.21º65.99%96.86%-
XYZ51.7774.3589.46-
YUV196.7814947.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.87%
GREEN value IS 247 (96.88% from 255) = 43.72%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=14.87%
G=43.72%
B=41.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal842472340.6600.050.03175.2191.0664.9
Hex54F7EA42053af5b41
Octal124367352102053257133101
Binary1010100111101111110101010000100101111010111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,247,234); }

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

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

 a { background-color: rgb(84,247,234); }

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

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

 span { border-color: rgb(84,247,234); }

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