Html Css Color HEX #52ACF9 Malibu

📋 copy color: '#52ACF9'

red 82 ◦ green 172 ◦ blue 249

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

Shades of Malibu #52ACF9

Tints of Malibu #52ACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.19%

 BLUE value IS 249 (97.66% from 255) = 49.5%

R = 16.3%
G = 34.19%
B = 49.5%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#52ACF9 (or 0x52ACF9) is known color: Malibu. HEX triplet: 52, AC and F9. RGB value is (82,172,249). Sum of RGB (Red+Green+Blue) = 82+172+249=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #52ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ACF9 is #AD5306. Grayscale: #999999. Windows color (decimal): -11358983 or 16362578. OLE color: 16362578.

HSL color Cylindrical-coordinate representation of color #52ACF9: hue angle of 207.66º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52ACF9 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 172 249 -
CMYK 0.67 0.31 0 0.02
HSL 207.66º 0.93% 0.65% -
HSV(B) 207.66º 0.67% 0.98% -
XYZ 35.33 38.14 95.12 -
YUV 153.87 181.68 76.74 -
System Red Green Blue C M Y K H S L
Decimal 82 172 249 0.67 0.31 0 0.02 207.66 0.93 0.65
Hex 52 AC F9 43 1F 0 2 D0 5D 41
Octal 122 254 371 103 37 0 2 320 135 101
Binary 1010010 10101100 11111001 1000011 11111 0 10 11010000 1011101 1000001

Color Harmonies of #52ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ACF9

Black with #52ACF9

Text Example


Text Example

White with #52ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,172,249); }

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

background-color css

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

 a { background-color: rgb(82,172,249); }

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

border-color css

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

 span { border-color: rgb(82,172,249); }

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