#53CAEA

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

Shades of Malibu #53CAEA

Tints of Malibu #53CAEA

Color information

#53CAEA (or 0x53CAEA) is unknown color: approx Malibu. HEX triplet: 53, CA and EA. RGB value is (83,202,234). Sum of RGB (Red+Green+Blue) = 83+202+234=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #53CAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CAEA is #AC3515. Grayscale: #A9A9A9. Windows color (decimal): -11285782 or 15387219. OLE color: 15387219.

HSL color Cylindrical-coordinate representation of color #53CAEA: hue angle of 192.72º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53CAEA is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB83202234-
CMYK0.650.1400.08
HSL192.72º78.24%62.16%-
HSV(B)192.72º64.53%91.76%-
XYZ39.5450.0285.41-
YUV170.07164.0865.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.99%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 234 (91.80% from 255) = 45.09%
R=15.99%
G=38.92%
B=45.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal832022340.650.1400.08192.7278.2462.16
Hex53CAEA41E08c14e3e
Octal1233123521011601030111676
Binary101001111001010111010101000001111001000110000011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,202,234); }

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

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

 a { background-color: rgb(83,202,234); }

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

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

 span { border-color: rgb(83,202,234); }

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