Html Css Color HEX #53B2DC Malibu

📋 copy color: '#53B2DC'

red 83 ◦ green 178 ◦ blue 220

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

Shades of Malibu #53B2DC

Tints of Malibu #53B2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 17.26%
G = 37.01%
B = 45.74%

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

#53B2DC (or 0x53B2DC) is known color: Malibu. HEX triplet: 53, B2 and DC. RGB value is (83,178,220). Sum of RGB (Red+Green+Blue) = 83+178+220=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #53B2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B2DC is #AC4D23. Grayscale: #9A9A9A. Windows color (decimal): -11291940 or 14463571. OLE color: 14463571.

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

Color convert

RGB 83 178 220 -
CMYK 0.62 0.19 0 0.14
HSL 198.39º 0.66% 0.59% -
HSV(B) 198.39º 0.62% 0.86% -
XYZ 32.41 38.85 73.5 -
YUV 154.38 165.03 77.08 -
System Red Green Blue C M Y K H S L
Decimal 83 178 220 0.62 0.19 0 0.14 198.39 0.66 0.59
Hex 53 B2 DC 3E 13 0 E C6 42 3B
Octal 123 262 334 76 23 0 16 306 102 73
Binary 1010011 10110010 11011100 111110 10011 0 1110 11000110 1000010 111011

Color Harmonies of #53B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B2DC

Black with #53B2DC

Text Example


Text Example

White with #53B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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