Html Css Color HEX #52ACE5 Malibu

📋 copy color: '#52ACE5'

red 82 ◦ green 172 ◦ blue 229

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

Shades of Malibu #52ACE5

Tints of Malibu #52ACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 16.98%
G = 35.61%
B = 47.41%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#52ACE5 (or 0x52ACE5) is known color: Malibu. HEX triplet: 52, AC and E5. RGB value is (82,172,229). Sum of RGB (Red+Green+Blue) = 82+172+229=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #52ACE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACE5 is #AD531A. Grayscale: #979797. Windows color (decimal): -11359003 or 15051858. OLE color: 15051858.

HSL color Cylindrical-coordinate representation of color #52ACE5: hue angle of 203.27º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52ACE5 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 82 172 229 -
CMYK 0.64 0.25 0 0.10
HSL 203.27º 0.74% 0.61% -
HSV(B) 203.27º 0.64% 0.9% -
XYZ 32.38 36.96 79.56 -
YUV 151.59 171.68 78.37 -
System Red Green Blue C M Y K H S L
Decimal 82 172 229 0.64 0.25 0 0.10 203.27 0.74 0.61
Hex 52 AC E5 40 19 0 A CB 4A 3D
Octal 122 254 345 100 31 0 12 313 112 75
Binary 1010010 10101100 11100101 1000000 11001 0 1010 11001011 1001010 111101

Color Harmonies of #52ACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ACE5

Black with #52ACE5

Text Example


Text Example

White with #52ACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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