#53BEDF

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

Shades of Malibu #53BEDF

Tints of Malibu #53BEDF

Color information

#53BEDF (or 0x53BEDF) is unknown color: approx Malibu. HEX triplet: 53, BE and DF. RGB value is (83,190,223). Sum of RGB (Red+Green+Blue) = 83+190+223=496 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.73% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #53BEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BEDF is #AC4120. Grayscale: #A1A1A1. Windows color (decimal): -11288865 or 14663251. OLE color: 14663251.

HSL color Cylindrical-coordinate representation of color #53BEDF: hue angle of 194.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53BEDF is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83190223-
CMYK0.630.1500.13
HSL194.14º68.63%60%-
HSV(B)194.14º62.78%87.45%-
XYZ35.343.9976.44-
YUV161.77162.5571.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.73%
GREEN value IS 190 (74.61% from 255) = 38.31%
BLUE value IS 223 (87.5% from 255) = 44.96%
R=16.73%
G=38.31%
B=44.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831902230.630.1500.13194.1468.6360
Hex53BEDF3FF0Dc2453c
Octal123276337771701530210574
Binary10100111011111011011111111111111101101110000101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,190,223); }

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

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

 a { background-color: rgb(83,190,223); }

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

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

 span { border-color: rgb(83,190,223); }

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