Html Css Color HEX #53B7DB Malibu

📋 copy color: '#53B7DB'

red 83 ◦ green 183 ◦ blue 219

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

Shades of Malibu #53B7DB

Tints of Malibu #53B7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.73%

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

R = 17.11%
G = 37.73%
B = 45.15%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53B7DB (or 0x53B7DB) is known color: Malibu. HEX triplet: 53, B7 and DB. RGB value is (83,183,219). Sum of RGB (Red+Green+Blue) = 83+183+219=485 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.11% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #53B7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B7DB is #AC4824. Grayscale: #9C9C9C. Windows color (decimal): -11290661 or 14399315. OLE color: 14399315.

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

Color convert

RGB 83 183 219 -
CMYK 0.62 0.16 0 0.14
HSL 195.88º 0.65% 0.59% -
HSV(B) 195.88º 0.62% 0.86% -
XYZ 33.29 40.82 73.14 -
YUV 157.2 162.87 75.07 -
System Red Green Blue C M Y K H S L
Decimal 83 183 219 0.62 0.16 0 0.14 195.88 0.65 0.59
Hex 53 B7 DB 3E 10 0 E C4 41 3B
Octal 123 267 333 76 20 0 16 304 101 73
Binary 1010011 10110111 11011011 111110 10000 0 1110 11000100 1000001 111011

Color Harmonies of #53B7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B7DB

Black with #53B7DB

Text Example


Text Example

White with #53B7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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