#54F5EA

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

Shades of Baby Blue #54F5EA

Tints of Baby Blue #54F5EA

Color information

#54F5EA (or 0x54F5EA) is unknown color: approx Baby Blue. HEX triplet: 54, F5 and EA. RGB value is (84,245,234). Sum of RGB (Red+Green+Blue) = 84+245+234=563 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.92% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #54F5EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F5EA is #AB0A15. Grayscale: #C3C3C3. Windows color (decimal): -11209238 or 15398228. OLE color: 15398228.

HSL color Cylindrical-coordinate representation of color #54F5EA: hue angle of 175.9º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F5EA is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB84245234-
CMYK0.6600.040.04
HSL175.9º88.95%64.51%-
HSV(B)175.9º65.71%96.08%-
XYZ51.1673.1389.26-
YUV195.61149.6648.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.92%
GREEN value IS 245 (96.09% from 255) = 43.52%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=14.92%
G=43.52%
B=41.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal842452340.6600.040.04175.988.9564.51
Hex54F5EA42044b05941
Octal124365352102044260131101
Binary10101001111010111101010100001001001001011000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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