Html Css Color HEX #53ADE9 Malibu

📋 copy color: '#53ADE9'

red 83 ◦ green 173 ◦ blue 233

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

Shades of Malibu #53ADE9

Tints of Malibu #53ADE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.65%

R = 16.97%
G = 35.38%
B = 47.65%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#53ADE9 (or 0x53ADE9) is known color: Malibu. HEX triplet: 53, AD and E9. RGB value is (83,173,233). Sum of RGB (Red+Green+Blue) = 83+173+233=489 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.97% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #53ADE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ADE9 is #AC5216. Grayscale: #989898. Windows color (decimal): -11293207 or 15314259. OLE color: 15314259.

HSL color Cylindrical-coordinate representation of color #53ADE9: hue angle of 204º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53ADE9 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 173 233 -
CMYK 0.64 0.26 0 0.09
HSL 204º 0.77% 0.62% -
HSV(B) 204º 0.64% 0.91% -
XYZ 33.22 37.61 82.6 -
YUV 152.93 173.18 78.12 -
System Red Green Blue C M Y K H S L
Decimal 83 173 233 0.64 0.26 0 0.09 204 0.77 0.62
Hex 53 AD E9 40 1A 0 9 CC 4D 3E
Octal 123 255 351 100 32 0 11 314 115 76
Binary 1010011 10101101 11101001 1000000 11010 0 1001 11001100 1001101 111110

Color Harmonies of #53ADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADE9

Black with #53ADE9

Text Example


Text Example

White with #53ADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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