Html Css Color HEX #53B3DB Malibu

📋 copy color: '#53B3DB'

red 83 ◦ green 179 ◦ blue 219

#53B3DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #53B3DB

Tints of Malibu #53B3DB

RGB

 RED value IS 83 (32.81% from 255) = 17.26%

 GREEN value IS 179 (70.31% from 255) = 37.21%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 17.26%
G = 37.21%
B = 45.53%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53B3DB (or 0x53B3DB) is known color: Malibu. HEX triplet: 53, B3 and DB. RGB value is (83,179,219). Sum of RGB (Red+Green+Blue) = 83+179+219=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #53B3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B3DB is #AC4C24. Grayscale: #9A9A9A. Windows color (decimal): -11291685 or 14398291. OLE color: 14398291.

HSL color Cylindrical-coordinate representation of color #53B3DB: hue angle of 197.65º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53B3DB is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 179 219 -
CMYK 0.62 0.18 0 0.14
HSL 197.65º 0.65% 0.59% -
HSV(B) 197.65º 0.62% 0.86% -
XYZ 32.47 39.19 72.87 -
YUV 154.86 164.2 76.75 -
System Red Green Blue C M Y K H S L
Decimal 83 179 219 0.62 0.18 0 0.14 197.65 0.65 0.59
Hex 53 B3 DB 3E 12 0 E C6 41 3B
Octal 123 263 333 76 22 0 16 306 101 73
Binary 1010011 10110011 11011011 111110 10010 0 1110 11000110 1000001 111011

Color Harmonies of #53B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B3DB

Black with #53B3DB

Text Example


Text Example

White with #53B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,179,219); }

 H1.HeaderClassName
 {
   color: #53B3DB;
 }
 .AnyTagClassName
 {
   color: #53B3DB;
 }
</style>

background-color css

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

 a { background-color: rgb(83,179,219); }

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

border-color css

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

 span { border-color: rgb(83,179,219); }

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