#53c8e6

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

Shades of Malibu #53C8E6

Tints of Malibu #53C8E6

Color information

#53C8E6 (or 0x53C8E6) is unknown color: approx Malibu. HEX triplet: 53, C8 and E6. RGB value is (83,200,230). Sum of RGB (Red+Green+Blue) = 83+200+230=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #53C8E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C8E6 is #AC3719. Grayscale: #A8A8A8. Windows color (decimal): -11286298 or 15124563. OLE color: 15124563.

HSL color Cylindrical-coordinate representation of color #53C8E6: hue angle of 192.24º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53C8E6 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB83200230-
CMYK0.640.1300.10
HSL192.24º74.62%61.37%-
HSV(B)192.24º63.91%90.2%-
XYZ38.548.8682.26-
YUV168.44162.7467.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.18%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 230 (90.23% from 255) = 44.83%
R=16.18%
G=38.99%
B=44.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal832002300.640.1300.10192.2474.6261.37
Hex53C8E640D0Ac04b3d
Octal1233103461001501230011375
Binary101001111001000111001101000000110101010110000001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53c8e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,200,230); }

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

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

 a { background-color: rgb(83,200,230); }

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

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

 span { border-color: rgb(83,200,230); }

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