#53C2F1

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

Shades of Malibu #53C2F1

Tints of Malibu #53C2F1

Color information

#53C2F1 (or 0x53C2F1) is unknown color: approx Malibu. HEX triplet: 53, C2 and F1. RGB value is (83,194,241). Sum of RGB (Red+Green+Blue) = 83+194+241=518 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.02% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #53C2F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C2F1 is #AC3D0E. Grayscale: #A5A5A5. Windows color (decimal): -11287823 or 15843923. OLE color: 15843923.

HSL color Cylindrical-coordinate representation of color #53C2F1: hue angle of 197.85º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53C2F1 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB83194241-
CMYK0.660.2000.05
HSL197.85º84.95%63.53%-
HSV(B)197.85º65.56%94.51%-
XYZ38.7446.7790.21-
YUV166.17170.2368.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.02%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 241 (94.53% from 255) = 46.53%
R=16.02%
G=37.45%
B=46.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal831942410.660.2000.05197.8584.9563.53
Hex53C2F1421405c65540
Octal1233023611022405306125100
Binary1010011110000101111000110000101010001011100011010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,194,241); }

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

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

 a { background-color: rgb(83,194,241); }

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

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

 span { border-color: rgb(83,194,241); }

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