#54BAE1

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

Shades of Malibu #54BAE1

Tints of Malibu #54BAE1

Color information

#54BAE1 (or 0x54BAE1) is unknown color: approx Malibu. HEX triplet: 54, BA and E1. RGB value is (84,186,225). Sum of RGB (Red+Green+Blue) = 84+186+225=495 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.97% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #54BAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BAE1 is #AB451E. Grayscale: #9F9F9F. Windows color (decimal): -11224351 or 14793300. OLE color: 14793300.

HSL color Cylindrical-coordinate representation of color #54BAE1: hue angle of 196.6º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54BAE1 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB84186225-
CMYK0.630.1700.12
HSL196.6º70.15%60.59%-
HSV(B)196.6º62.67%88.24%-
XYZ34.8142.4477.59-
YUV159.95164.7173.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.97%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 225 (88.28% from 255) = 45.45%
R=16.97%
G=37.58%
B=45.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal841862250.630.1700.12196.670.1560.59
Hex54BAE13F110Cc5463d
Octal124272341772101430510675
Binary101010010111010111000011111111000101100110001011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,186,225); }

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

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

 a { background-color: rgb(84,186,225); }

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

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

 span { border-color: rgb(84,186,225); }

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