#54B9E8

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

Shades of Malibu #54B9E8

Tints of Malibu #54B9E8

Color information

#54B9E8 (or 0x54B9E8) is unknown color: approx Malibu. HEX triplet: 54, B9 and E8. RGB value is (84,185,232). Sum of RGB (Red+Green+Blue) = 84+185+232=501 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.77% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #54B9E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B9E8 is #AB4617. Grayscale: #9F9F9F. Windows color (decimal): -11224600 or 15251796. OLE color: 15251796.

HSL color Cylindrical-coordinate representation of color #54B9E8: hue angle of 199.05º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54B9E8 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB84185232-
CMYK0.640.2000.09
HSL199.05º76.29%61.96%-
HSV(B)199.05º63.79%90.98%-
XYZ35.5742.4182.65-
YUV160.16168.5473.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.77%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 232 (91.02% from 255) = 46.31%
R=16.77%
G=36.93%
B=46.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal841852320.640.2000.09199.0576.2961.96
Hex54B9E8401409c74c3e
Octal1242713501002401130711476
Binary1010100101110011110100010000001010001001110001111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,185,232); }

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

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

 a { background-color: rgb(84,185,232); }

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

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

 span { border-color: rgb(84,185,232); }

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