Html Css Color HEX #52AEE1 Malibu

📋 copy color: '#52AEE1'

red 82 ◦ green 174 ◦ blue 225

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

Shades of Malibu #52AEE1

Tints of Malibu #52AEE1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.17%

 BLUE value IS 225 (88.28% from 255) = 46.78%

R = 17.05%
G = 36.17%
B = 46.78%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#52AEE1 (or 0x52AEE1) is known color: Malibu. HEX triplet: 52, AE and E1. RGB value is (82,174,225). Sum of RGB (Red+Green+Blue) = 82+174+225=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #52AEE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AEE1 is #AD511E. Grayscale: #989898. Windows color (decimal): -11358495 or 14790226. OLE color: 14790226.

HSL color Cylindrical-coordinate representation of color #52AEE1: hue angle of 201.4º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52AEE1 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 174 225 -
CMYK 0.64 0.23 0 0.12
HSL 201.4º 0.7% 0.6% -
HSV(B) 201.4º 0.64% 0.88% -
XYZ 32.21 37.5 76.78 -
YUV 152.31 169.02 77.85 -
System Red Green Blue C M Y K H S L
Decimal 82 174 225 0.64 0.23 0 0.12 201.4 0.7 0.6
Hex 52 AE E1 40 17 0 C C9 46 3C
Octal 122 256 341 100 27 0 14 311 106 74
Binary 1010010 10101110 11100001 1000000 10111 0 1100 11001001 1000110 111100

Color Harmonies of #52AEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AEE1

Black with #52AEE1

Text Example


Text Example

White with #52AEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,174,225); }

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

background-color css

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

 a { background-color: rgb(82,174,225); }

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

border-color css

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

 span { border-color: rgb(82,174,225); }

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