Html Css Color HEX #53ADF0 Malibu

📋 copy color: '#53ADF0'

red 83 ◦ green 173 ◦ blue 240

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

Shades of Malibu #53ADF0

Tints of Malibu #53ADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.39%

R = 16.73%
G = 34.88%
B = 48.39%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#53ADF0 (or 0x53ADF0) is known color: Malibu. HEX triplet: 53, AD and F0. RGB value is (83,173,240). Sum of RGB (Red+Green+Blue) = 83+173+240=496 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.73% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #53ADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ADF0 is #AC520F. Grayscale: #999999. Windows color (decimal): -11293200 or 15773011. OLE color: 15773011.

HSL color Cylindrical-coordinate representation of color #53ADF0: hue angle of 205.61º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ADF0 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 173 240 -
CMYK 0.65 0.28 0 0.06
HSL 205.61º 0.84% 0.63% -
HSV(B) 205.61º 0.65% 0.94% -
XYZ 34.24 38.02 87.97 -
YUV 153.73 176.68 77.55 -
System Red Green Blue C M Y K H S L
Decimal 83 173 240 0.65 0.28 0 0.06 205.61 0.84 0.63
Hex 53 AD F0 41 1C 0 6 CE 54 3F
Octal 123 255 360 101 34 0 6 316 124 77
Binary 1010011 10101101 11110000 1000001 11100 0 110 11001110 1010100 111111

Color Harmonies of #53ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADF0

Black with #53ADF0

Text Example


Text Example

White with #53ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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