#53C8F4

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

Shades of Malibu #53C8F4

Tints of Malibu #53C8F4

Color information

#53C8F4 (or 0x53C8F4) is unknown color: approx Malibu. HEX triplet: 53, C8 and F4. RGB value is (83,200,244). Sum of RGB (Red+Green+Blue) = 83+200+244=527 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.75% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #53C8F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C8F4 is #AC370B. Grayscale: #A9A9A9. Windows color (decimal): -11286284 or 16042067. OLE color: 16042067.

HSL color Cylindrical-coordinate representation of color #53C8F4: hue angle of 196.4º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53C8F4 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB83200244-
CMYK0.660.1800.04
HSL196.4º87.98%64.12%-
HSV(B)196.4º65.98%95.69%-
XYZ40.5549.6893.04-
YUV170.03169.7465.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.75%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 244 (95.70% from 255) = 46.30%
R=15.75%
G=37.95%
B=46.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal832002440.660.1800.04196.487.9864.12
Hex53C8F4421204c45840
Octal1233103641022204304130100
Binary1010011110010001111010010000101001001001100010010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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