#53c3f1

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

Shades of Malibu #53C3F1

Tints of Malibu #53C3F1

Color information

#53C3F1 (or 0x53C3F1) is unknown color: approx Malibu. HEX triplet: 53, C3 and F1. RGB value is (83,195,241). Sum of RGB (Red+Green+Blue) = 83+195+241=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #53C3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53C3F1 is #AC3C0E. Grayscale: #A6A6A6. Windows color (decimal): -11287567 or 15844179. OLE color: 15844179.

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

Color convert

RGB83195241-
CMYK0.660.1900.05
HSL197.47º84.95%63.53%-
HSV(B)197.47º65.56%94.51%-
XYZ38.9647.2290.28-
YUV166.76169.8968.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.99%
GREEN value IS 195 (76.56% from 255) = 37.57%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=15.99%
G=37.57%
B=46.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal831952410.660.1900.05197.4784.9563.53
Hex53C3F1421305c55540
Octal1233033611022305305125100
Binary1010011110000111111000110000101001101011100010110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53c3f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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