#54BCED

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

Shades of Malibu #54BCED

Tints of Malibu #54BCED

Color information

#54BCED (or 0x54BCED) is unknown color: approx Malibu. HEX triplet: 54, BC and ED. RGB value is (84,188,237). Sum of RGB (Red+Green+Blue) = 84+188+237=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #54BCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BCED is #AB4312. Grayscale: #A2A2A2. Windows color (decimal): -11223827 or 15580244. OLE color: 15580244.

HSL color Cylindrical-coordinate representation of color #54BCED: hue angle of 199.22º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54BCED is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB84188237-
CMYK0.650.2100.07
HSL199.22º80.95%62.94%-
HSV(B)199.22º64.56%92.94%-
XYZ36.9343.9786.66-
YUV162.49170.0472.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.50%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 237 (92.97% from 255) = 46.56%
R=16.50%
G=36.94%
B=46.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal841882370.650.2100.07199.2280.9562.94
Hex54BCED411507c7513f
Octal124274355101250730712177
Binary101010010111100111011011000001101010111110001111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,188,237); }

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

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

 a { background-color: rgb(84,188,237); }

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

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

 span { border-color: rgb(84,188,237); }

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