#54FAE9

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

Shades of Baby Blue #54FAE9

Tints of Baby Blue #54FAE9

Color information

#54FAE9 (or 0x54FAE9) is unknown color: approx Baby Blue. HEX triplet: 54, FA and E9. RGB value is (84,250,233). Sum of RGB (Red+Green+Blue) = 84+250+233=567 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.81% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #54FAE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FAE9 is #AB0516. Grayscale: #C6C6C6. Windows color (decimal): -11207959 or 15333972. OLE color: 15333972.

HSL color Cylindrical-coordinate representation of color #54FAE9: hue angle of 173.86º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54FAE9 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB84250233-
CMYK0.6600.070.02
HSL173.86º94.32%65.49%-
HSV(B)173.86º66.4%98.04%-
XYZ52.5576.1489.02-
YUV198.43147.546.38-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 14.81%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 233 (91.41% from 255) = 41.09%
R=14.81%
G=44.09%
B=41.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal842502330.6600.070.02173.8694.3265.49
Hex54FAE942072ae5e41
Octal124372351102072256136101
Binary1010100111110101110100110000100111101010111010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54FAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,250,233); }

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

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

 a { background-color: rgb(84,250,233); }

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

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

 span { border-color: rgb(84,250,233); }

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