Html Css Color HEX #53ADF1 Malibu

📋 copy color: '#53ADF1'

red 83 ◦ green 173 ◦ blue 241

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

Shades of Malibu #53ADF1

Tints of Malibu #53ADF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.49%

R = 16.7%
G = 34.81%
B = 48.49%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#53ADF1 (or 0x53ADF1) is known color: Malibu. HEX triplet: 53, AD and F1. RGB value is (83,173,241). Sum of RGB (Red+Green+Blue) = 83+173+241=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #53ADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ADF1 is #AC520E. Grayscale: #999999. Windows color (decimal): -11293199 or 15838547. OLE color: 15838547.

HSL color Cylindrical-coordinate representation of color #53ADF1: hue angle of 205.82º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53ADF1 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 83 173 241 -
CMYK 0.66 0.28 0 0.05
HSL 205.82º 0.85% 0.64% -
HSV(B) 205.82º 0.66% 0.95% -
XYZ 34.39 38.08 88.76 -
YUV 153.84 177.18 77.47 -
System Red Green Blue C M Y K H S L
Decimal 83 173 241 0.66 0.28 0 0.05 205.82 0.85 0.64
Hex 53 AD F1 42 1C 0 5 CE 55 40
Octal 123 255 361 102 34 0 5 316 125 100
Binary 1010011 10101101 11110001 1000010 11100 0 101 11001110 1010101 1000000

Color Harmonies of #53ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADF1

Black with #53ADF1

Text Example


Text Example

White with #53ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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