Html Css Color HEX #52AAF4 Malibu

📋 copy color: '#52AAF4'

red 82 ◦ green 170 ◦ blue 244

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

Shades of Malibu #52AAF4

Tints of Malibu #52AAF4

RGB

 RED value IS 82 (32.42% from 255) = 16.53%

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

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

R = 16.53%
G = 34.27%
B = 49.19%

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

#52AAF4 (or 0x52AAF4) is known color: Malibu. HEX triplet: 52, AA and F4. RGB value is (82,170,244). Sum of RGB (Red+Green+Blue) = 82+170+244=496 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.53% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 244 (95.70% from 255 or 49.19% from 496); Max value from RGB is 244 - color contains mainly: blue. Hex color #52AAF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52AAF4 is #AD550B. Grayscale: #979797. Windows color (decimal): -11359500 or 16034386. OLE color: 16034386.

HSL color Cylindrical-coordinate representation of color #52AAF4: hue angle of 207.41º 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 #52AAF4 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 170 244 -
CMYK 0.66 0.30 0 0.04
HSL 207.41º 0.88% 0.64% -
HSV(B) 207.41º 0.66% 0.96% -
XYZ 34.18 37.07 90.94 -
YUV 152.12 179.85 77.98 -
System Red Green Blue C M Y K H S L
Decimal 82 170 244 0.66 0.30 0 0.04 207.41 0.88 0.64
Hex 52 AA F4 42 1E 0 4 CF 58 40
Octal 122 252 364 102 36 0 4 317 130 100
Binary 1010010 10101010 11110100 1000010 11110 0 100 11001111 1011000 1000000

Color Harmonies of #52AAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AAF4

Black with #52AAF4

Text Example


Text Example

White with #52AAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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