#54F4EE

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

Shades of Baby Blue #54F4EE

Tints of Baby Blue #54F4EE

Color information

#54F4EE (or 0x54F4EE) is unknown color: approx Baby Blue. HEX triplet: 54, F4 and EE. RGB value is (84,244,238). Sum of RGB (Red+Green+Blue) = 84+244+238=566 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.84% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #54F4EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F4EE is #AB0B11. Grayscale: #C3C3C3. Windows color (decimal): -11209490 or 15660116. OLE color: 15660116.

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

Color convert

RGB84244238-
CMYK0.6600.020.04
HSL177.75º87.91%64.31%-
HSV(B)177.75º65.57%95.69%-
XYZ51.4472.7692.22-
YUV195.48151.9948.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.84%
GREEN value IS 244 (95.70% from 255) = 43.11%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=14.84%
G=43.11%
B=42.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal842442380.6600.020.04177.7587.9164.31
Hex54F4EE42024b25840
Octal124364356102024262130100
Binary1010100111101001110111010000100101001011001010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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