Html Css Color HEX #53B6DB Malibu

📋 copy color: '#53B6DB'

red 83 ◦ green 182 ◦ blue 219

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

Shades of Malibu #53B6DB

Tints of Malibu #53B6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.6%

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

R = 17.15%
G = 37.6%
B = 45.25%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53B6DB (or 0x53B6DB) is known color: Malibu. HEX triplet: 53, B6 and DB. RGB value is (83,182,219). Sum of RGB (Red+Green+Blue) = 83+182+219=484 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.15% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #53B6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B6DB is #AC4924. Grayscale: #9C9C9C. Windows color (decimal): -11290917 or 14399059. OLE color: 14399059.

HSL color Cylindrical-coordinate representation of color #53B6DB: hue angle of 196.32º 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 #53B6DB is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 182 219 -
CMYK 0.62 0.17 0 0.14
HSL 196.32º 0.65% 0.59% -
HSV(B) 196.32º 0.62% 0.86% -
XYZ 33.08 40.41 73.07 -
YUV 156.62 163.2 75.49 -
System Red Green Blue C M Y K H S L
Decimal 83 182 219 0.62 0.17 0 0.14 196.32 0.65 0.59
Hex 53 B6 DB 3E 11 0 E C4 41 3B
Octal 123 266 333 76 21 0 16 304 101 73
Binary 1010011 10110110 11011011 111110 10001 0 1110 11000100 1000001 111011

Color Harmonies of #53B6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B6DB

Black with #53B6DB

Text Example


Text Example

White with #53B6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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