Html Css Color HEX #53ADE1 Malibu

📋 copy color: '#53ADE1'

red 83 ◦ green 173 ◦ blue 225

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

Shades of Malibu #53ADE1

Tints of Malibu #53ADE1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.97%

 BLUE value IS 225 (88.28% from 255) = 46.78%

R = 17.26%
G = 35.97%
B = 46.78%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#53ADE1 (or 0x53ADE1) is known color: Malibu. HEX triplet: 53, AD and E1. RGB value is (83,173,225). Sum of RGB (Red+Green+Blue) = 83+173+225=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #53ADE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADE1 is #AC521E. Grayscale: #979797. Windows color (decimal): -11293215 or 14789971. OLE color: 14789971.

HSL color Cylindrical-coordinate representation of color #53ADE1: hue angle of 201.97º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53ADE1 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 173 225 -
CMYK 0.63 0.23 0 0.12
HSL 201.97º 0.7% 0.6% -
HSV(B) 201.97º 0.63% 0.88% -
XYZ 32.1 37.16 76.72 -
YUV 152.02 169.18 78.77 -
System Red Green Blue C M Y K H S L
Decimal 83 173 225 0.63 0.23 0 0.12 201.97 0.7 0.6
Hex 53 AD E1 3F 17 0 C CA 46 3C
Octal 123 255 341 77 27 0 14 312 106 74
Binary 1010011 10101101 11100001 111111 10111 0 1100 11001010 1000110 111100

Color Harmonies of #53ADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADE1

Black with #53ADE1

Text Example


Text Example

White with #53ADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,173,225); }

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

background-color css

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

 a { background-color: rgb(83,173,225); }

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

border-color css

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

 span { border-color: rgb(83,173,225); }

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