#53C0E1

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

Shades of Malibu #53C0E1

Tints of Malibu #53C0E1

Color information

#53C0E1 (or 0x53C0E1) is unknown color: approx Malibu. HEX triplet: 53, C0 and E1. RGB value is (83,192,225). Sum of RGB (Red+Green+Blue) = 83+192+225=500 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.6% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #53C0E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C0E1 is #AC3F1E. Grayscale: #A2A2A2. Windows color (decimal): -11288351 or 14794835. OLE color: 14794835.

HSL color Cylindrical-coordinate representation of color #53C0E1: hue angle of 193.94º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53C0E1 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB83192225-
CMYK0.630.1500.12
HSL193.94º70.3%60.39%-
HSV(B)193.94º63.11%88.24%-
XYZ36.0144.9778.02-
YUV163.17162.8970.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.6%
GREEN value IS 192 (75.39% from 255) = 38.4%
BLUE value IS 225 (88.28% from 255) = 45%
R=16.6%
G=38.4%
B=45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal831922250.630.1500.12193.9470.360.39
Hex53C0E13FF0Cc2463c
Octal123300341771701430210674
Binary10100111100000011100001111111111101100110000101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,192,225); }

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

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

 a { background-color: rgb(83,192,225); }

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

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

 span { border-color: rgb(83,192,225); }

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