Html Css Color HEX #53B2DB Malibu

📋 copy color: '#53B2DB'

red 83 ◦ green 178 ◦ blue 219

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

Shades of Malibu #53B2DB

Tints of Malibu #53B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.08%

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

R = 17.29%
G = 37.08%
B = 45.63%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53B2DB (or 0x53B2DB) is known color: Malibu. HEX triplet: 53, B2 and DB. RGB value is (83,178,219). Sum of RGB (Red+Green+Blue) = 83+178+219=480 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.29% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #53B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B2DB is #AC4D24. Grayscale: #9A9A9A. Windows color (decimal): -11291941 or 14398035. OLE color: 14398035.

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

Color convert

RGB 83 178 219 -
CMYK 0.62 0.19 0 0.14
HSL 198.09º 0.65% 0.59% -
HSV(B) 198.09º 0.62% 0.86% -
XYZ 32.27 38.79 72.8 -
YUV 154.27 164.53 77.17 -
System Red Green Blue C M Y K H S L
Decimal 83 178 219 0.62 0.19 0 0.14 198.09 0.65 0.59
Hex 53 B2 DB 3E 13 0 E C6 41 3B
Octal 123 262 333 76 23 0 16 306 101 73
Binary 1010011 10110010 11011011 111110 10011 0 1110 11000110 1000001 111011

Color Harmonies of #53B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B2DB

Black with #53B2DB

Text Example


Text Example

White with #53B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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