#53C6F4

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

Shades of Malibu #53C6F4

Tints of Malibu #53C6F4

Color information

#53C6F4 (or 0x53C6F4) is unknown color: approx Malibu. HEX triplet: 53, C6 and F4. RGB value is (83,198,244). Sum of RGB (Red+Green+Blue) = 83+198+244=525 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.81% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 244 (95.70% from 255 or 46.48% from 525); Max value from RGB is 244 - color contains mainly: blue. Hex color #53C6F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C6F4 is #AC390B. Grayscale: #A8A8A8. Windows color (decimal): -11286796 or 16041555. OLE color: 16041555.

HSL color Cylindrical-coordinate representation of color #53C6F4: hue angle of 197.14º 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 #53C6F4 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB83198244-
CMYK0.660.1900.04
HSL197.14º87.98%64.12%-
HSV(B)197.14º65.98%95.69%-
XYZ40.0948.7692.89-
YUV168.86170.466.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.81%
GREEN value IS 198 (77.73% from 255) = 37.71%
BLUE value IS 244 (95.70% from 255) = 46.48%
R=15.81%
G=37.71%
B=46.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal831982440.660.1900.04197.1487.9864.12
Hex53C6F4421304c55840
Octal1233063641022304305130100
Binary1010011110001101111010010000101001101001100010110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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