#54CAEB

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

Shades of Malibu #54CAEB

Tints of Malibu #54CAEB

Color information

#54CAEB (or 0x54CAEB) is unknown color: approx Malibu. HEX triplet: 54, CA and EB. RGB value is (84,202,235). Sum of RGB (Red+Green+Blue) = 84+202+235=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #54CAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CAEB is #AB3514. Grayscale: #AAAAAA. Windows color (decimal): -11220245 or 15452756. OLE color: 15452756.

HSL color Cylindrical-coordinate representation of color #54CAEB: hue angle of 193.11º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54CAEB is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84202235-
CMYK0.640.1400.08
HSL193.11º79.06%62.55%-
HSV(B)193.11º64.26%92.16%-
XYZ39.7750.1286.18-
YUV170.48164.4166.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.12%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 235 (92.19% from 255) = 45.11%
R=16.12%
G=38.77%
B=45.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal842022350.640.1400.08193.1179.0662.55
Hex54CAEB40E08c14f3f
Octal1243123531001601030111777
Binary101010011001010111010111000000111001000110000011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,202,235); }

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

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

 a { background-color: rgb(84,202,235); }

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

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

 span { border-color: rgb(84,202,235); }

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