Html Css Color HEX #53AAF4 Malibu

📋 copy color: '#53AAF4'

red 83 ◦ green 170 ◦ blue 244

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

Shades of Malibu #53AAF4

Tints of Malibu #53AAF4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.21%

 BLUE value IS 244 (95.7% from 255) = 49.09%

R = 16.7%
G = 34.21%
B = 49.09%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#53AAF4 (or 0x53AAF4) is known color: Malibu. HEX triplet: 53, AA and F4. RGB value is (83,170,244). Sum of RGB (Red+Green+Blue) = 83+170+244=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #53AAF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53AAF4 is #AC550B. Grayscale: #989898. Windows color (decimal): -11293964 or 16034387. OLE color: 16034387.

HSL color Cylindrical-coordinate representation of color #53AAF4: hue angle of 207.58º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53AAF4 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 170 244 -
CMYK 0.66 0.30 0 0.04
HSL 207.58º 0.88% 0.64% -
HSV(B) 207.58º 0.66% 0.96% -
XYZ 34.27 37.12 90.95 -
YUV 152.42 179.68 78.48 -
System Red Green Blue C M Y K H S L
Decimal 83 170 244 0.66 0.30 0 0.04 207.58 0.88 0.64
Hex 53 AA F4 42 1E 0 4 D0 58 40
Octal 123 252 364 102 36 0 4 320 130 100
Binary 1010011 10101010 11110100 1000010 11110 0 100 11010000 1011000 1000000

Color Harmonies of #53AAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AAF4

Black with #53AAF4

Text Example


Text Example

White with #53AAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,170,244); }

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

background-color css

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

 a { background-color: rgb(83,170,244); }

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

border-color css

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

 span { border-color: rgb(83,170,244); }

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