#54BBE1

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

Shades of Malibu #54BBE1

Tints of Malibu #54BBE1

Color information

#54BBE1 (or 0x54BBE1) is unknown color: approx Malibu. HEX triplet: 54, BB and E1. RGB value is (84,187,225). Sum of RGB (Red+Green+Blue) = 84+187+225=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #54BBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBE1 is #AB441E. Grayscale: #A0A0A0. Windows color (decimal): -11224095 or 14793556. OLE color: 14793556.

HSL color Cylindrical-coordinate representation of color #54BBE1: hue angle of 196.17º 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 #54BBE1 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB84187225-
CMYK0.630.1700.12
HSL196.17º70.15%60.59%-
HSV(B)196.17º62.67%88.24%-
XYZ35.0242.8677.66-
YUV160.54164.3873.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.94%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 225 (88.28% from 255) = 45.36%
R=16.94%
G=37.70%
B=45.36%

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
Decimal841872250.630.1700.12196.1770.1560.59
Hex54BBE13F110Cc4463d
Octal124273341772101430410675
Binary101010010111011111000011111111000101100110001001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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