Html Css Color HEX #52ADF8 Malibu

📋 copy color: '#52ADF8'

red 82 ◦ green 173 ◦ blue 248

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

Shades of Malibu #52ADF8

Tints of Malibu #52ADF8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.39%

 BLUE value IS 248 (97.27% from 255) = 49.3%

R = 16.3%
G = 34.39%
B = 49.3%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#52ADF8 (or 0x52ADF8) is known color: Malibu. HEX triplet: 52, AD and F8. RGB value is (82,173,248). Sum of RGB (Red+Green+Blue) = 82+173+248=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #52ADF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52ADF8 is #AD5207. Grayscale: #999999. Windows color (decimal): -11358728 or 16297298. OLE color: 16297298.

HSL color Cylindrical-coordinate representation of color #52ADF8: hue angle of 207.11º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52ADF8 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 173 248 -
CMYK 0.67 0.30 0 0.03
HSL 207.11º 0.92% 0.65% -
HSV(B) 207.11º 0.67% 0.97% -
XYZ 35.37 38.46 94.37 -
YUV 154.34 180.85 76.4 -
System Red Green Blue C M Y K H S L
Decimal 82 173 248 0.67 0.30 0 0.03 207.11 0.92 0.65
Hex 52 AD F8 43 1E 0 3 CF 5C 41
Octal 122 255 370 103 36 0 3 317 134 101
Binary 1010010 10101101 11111000 1000011 11110 0 11 11001111 1011100 1000001

Color Harmonies of #52ADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ADF8

Black with #52ADF8

Text Example


Text Example

White with #52ADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,173,248); }

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

background-color css

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

 a { background-color: rgb(82,173,248); }

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

border-color css

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

 span { border-color: rgb(82,173,248); }

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