#53ACEE

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

Shades of Malibu #53ACEE

Tints of Malibu #53ACEE

Color information

#53ACEE (or 0x53ACEE) is unknown color: approx Malibu. HEX triplet: 53, AC and EE. RGB value is (83,172,238). Sum of RGB (Red+Green+Blue) = 83+172+238=493 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.84% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #53ACEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ACEE is #AC5311. Grayscale: #989898. Windows color (decimal): -11293458 or 15641683. OLE color: 15641683.

HSL color Cylindrical-coordinate representation of color #53ACEE: hue angle of 205.55º degrees, saturation: 0.82, 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 #53ACEE is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB83172238-
CMYK0.650.2800.07
HSL205.55º82.01%62.94%-
HSV(B)205.55º65.13%93.33%-
XYZ33.7537.5286.35-
YUV152.91176.0178.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.84%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 238 (93.36% from 255) = 48.28%
R=16.84%
G=34.89%
B=48.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal831722380.650.2800.07205.5582.0162.94
Hex53ACEE411C07ce523f
Octal123254356101340731612277
Binary101001110101100111011101000001111000111110011101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53ACEE; }

 p { color: rgb(83,172,238); }

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

<style>
 a { background-color: #53ACEE; }

 a { background-color: rgb(83,172,238); }

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

<style>
 span { border-color: #53ACEE; }

 span { border-color: rgb(83,172,238); }

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