Html Css Color HEX #52AAF1 Malibu

📋 copy color: '#52AAF1'

red 82 ◦ green 170 ◦ blue 241

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

Shades of Malibu #52AAF1

Tints of Malibu #52AAF1

RGB

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

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

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

R = 16.63%
G = 34.48%
B = 48.88%

CMYK

 C value IS 0.66

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#52AAF1 (or 0x52AAF1) is known color: Malibu. HEX triplet: 52, AA and F1. RGB value is (82,170,241). Sum of RGB (Red+Green+Blue) = 82+170+241=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #52AAF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52AAF1 is #AD550E. Grayscale: #979797. Windows color (decimal): -11359503 or 15837778. OLE color: 15837778.

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

Color convert

RGB 82 170 241 -
CMYK 0.66 0.29 0 0.05
HSL 206.79º 0.85% 0.63% -
HSV(B) 206.79º 0.66% 0.95% -
XYZ 33.73 36.89 88.56 -
YUV 151.78 178.35 78.23 -
System Red Green Blue C M Y K H S L
Decimal 82 170 241 0.66 0.29 0 0.05 206.79 0.85 0.63
Hex 52 AA F1 42 1D 0 5 CF 55 3F
Octal 122 252 361 102 35 0 5 317 125 77
Binary 1010010 10101010 11110001 1000010 11101 0 101 11001111 1010101 111111

Color Harmonies of #52AAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AAF1

Black with #52AAF1

Text Example


Text Example

White with #52AAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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