Html Css Color HEX #53B2DD Malibu

📋 copy color: '#53B2DD'

red 83 ◦ green 178 ◦ blue 221

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

Shades of Malibu #53B2DD

Tints of Malibu #53B2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 17.22%
G = 36.93%
B = 45.85%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#53B2DD (or 0x53B2DD) is known color: Malibu. HEX triplet: 53, B2 and DD. RGB value is (83,178,221). Sum of RGB (Red+Green+Blue) = 83+178+221=482 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.22% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #53B2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B2DD is #AC4D22. Grayscale: #9A9A9A. Windows color (decimal): -11291939 or 14529107. OLE color: 14529107.

HSL color Cylindrical-coordinate representation of color #53B2DD: hue angle of 198.7º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53B2DD is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 178 221 -
CMYK 0.62 0.19 0 0.13
HSL 198.7º 0.67% 0.6% -
HSV(B) 198.7º 0.62% 0.87% -
XYZ 32.54 38.9 74.2 -
YUV 154.5 165.53 77 -
System Red Green Blue C M Y K H S L
Decimal 83 178 221 0.62 0.19 0 0.13 198.7 0.67 0.6
Hex 53 B2 DD 3E 13 0 D C7 43 3C
Octal 123 262 335 76 23 0 15 307 103 74
Binary 1010011 10110010 11011101 111110 10011 0 1101 11000111 1000011 111100

Color Harmonies of #53B2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B2DD

Black with #53B2DD

Text Example


Text Example

White with #53B2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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