#54f3ee

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

Shades of Baby Blue #54F3EE

Tints of Baby Blue #54F3EE

Color information

#54F3EE (or 0x54F3EE) is unknown color: approx Baby Blue. HEX triplet: 54, F3 and EE. RGB value is (84,243,238). Sum of RGB (Red+Green+Blue) = 84+243+238=565 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.87% from 565); Green value is 243 (95.31% from 255 or 43.01% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 243 - color contains mainly: green. Hex color #54F3EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F3EE is #AB0C11. Grayscale: #C2C2C2. Windows color (decimal): -11209746 or 15659860. OLE color: 15659860.

HSL color Cylindrical-coordinate representation of color #54F3EE: hue angle of 178.11º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54F3EE is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB84243238-
CMYK0.6500.020.05
HSL178.11º86.89%64.12%-
HSV(B)178.11º65.43%95.29%-
XYZ51.1472.1692.12-
YUV194.89152.3248.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.87%
GREEN value IS 243 (95.31% from 255) = 43.01%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=14.87%
G=43.01%
B=42.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal842432380.6500.020.05178.1186.8964.12
Hex54F3EE41025b25740
Octal124363356101025262127100
Binary1010100111100111110111010000010101011011001010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54f3ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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