#54B6DE

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

Shades of Malibu #54B6DE

Tints of Malibu #54B6DE

Color information

#54B6DE (or 0x54B6DE) is unknown color: approx Malibu. HEX triplet: 54, B6 and DE. RGB value is (84,182,222). Sum of RGB (Red+Green+Blue) = 84+182+222=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #54B6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B6DE is #AB4921. Grayscale: #9D9D9D. Windows color (decimal): -11225378 or 14595668. OLE color: 14595668.

HSL color Cylindrical-coordinate representation of color #54B6DE: hue angle of 197.39º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54B6DE is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84182222-
CMYK0.620.1800.13
HSL197.39º67.65%60%-
HSV(B)197.39º62.16%87.06%-
XYZ33.5740.6175.18-
YUV157.26164.5375.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.21%
GREEN value IS 182 (71.48% from 255) = 37.30%
BLUE value IS 222 (87.11% from 255) = 45.49%
R=17.21%
G=37.30%
B=45.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841822220.620.1800.13197.3967.6560
Hex54B6DE3E120Dc5443c
Octal124266336762201530510474
Binary101010010110110110111101111101001001101110001011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,182,222); }

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

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

 a { background-color: rgb(84,182,222); }

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

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

 span { border-color: rgb(84,182,222); }

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