Html Css Color HEX #53B7DC Malibu

📋 copy color: '#53B7DC'

red 83 ◦ green 183 ◦ blue 220

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

Shades of Malibu #53B7DC

Tints of Malibu #53B7DC

RGB

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

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

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

R = 17.08%
G = 37.65%
B = 45.27%

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

#53B7DC (or 0x53B7DC) is known color: Malibu. HEX triplet: 53, B7 and DC. RGB value is (83,183,220). Sum of RGB (Red+Green+Blue) = 83+183+220=486 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.08% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #53B7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B7DC is #AC4823. Grayscale: #9D9D9D. Windows color (decimal): -11290660 or 14464851. OLE color: 14464851.

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

Color convert

RGB 83 183 220 -
CMYK 0.62 0.17 0 0.14
HSL 196.2º 0.66% 0.59% -
HSV(B) 196.2º 0.62% 0.86% -
XYZ 33.42 40.87 73.84 -
YUV 157.32 163.37 74.99 -
System Red Green Blue C M Y K H S L
Decimal 83 183 220 0.62 0.17 0 0.14 196.2 0.66 0.59
Hex 53 B7 DC 3E 11 0 E C4 42 3B
Octal 123 267 334 76 21 0 16 304 102 73
Binary 1010011 10110111 11011100 111110 10001 0 1110 11000100 1000010 111011

Color Harmonies of #53B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B7DC

Black with #53B7DC

Text Example


Text Example

White with #53B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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