Html Css Color HEX #52B2FA Malibu

📋 copy color: '#52B2FA'

red 82 ◦ green 178 ◦ blue 250

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

Shades of Malibu #52B2FA

Tints of Malibu #52B2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.9%

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 16.08%
G = 34.9%
B = 49.02%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#52B2FA (or 0x52B2FA) is known color: Malibu. HEX triplet: 52, B2 and FA. RGB value is (82,178,250). Sum of RGB (Red+Green+Blue) = 82+178+250=510 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.08% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #52B2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52B2FA is #AD4D05. Grayscale: #9D9D9D. Windows color (decimal): -11357446 or 16429650. OLE color: 16429650.

HSL color Cylindrical-coordinate representation of color #52B2FA: hue angle of 205.71º degrees, saturation: 0.94, 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 #52B2FA is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 178 250 -
CMYK 0.67 0.29 0 0.02
HSL 205.71º 0.94% 0.65% -
HSV(B) 205.71º 0.67% 0.98% -
XYZ 36.66 40.54 96.33 -
YUV 157.5 180.2 74.15 -
System Red Green Blue C M Y K H S L
Decimal 82 178 250 0.67 0.29 0 0.02 205.71 0.94 0.65
Hex 52 B2 FA 43 1D 0 2 CE 5E 41
Octal 122 262 372 103 35 0 2 316 136 101
Binary 1010010 10110010 11111010 1000011 11101 0 10 11001110 1011110 1000001

Color Harmonies of #52B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B2FA

Black with #52B2FA

Text Example


Text Example

White with #52B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,178,250); }

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

background-color css

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

 a { background-color: rgb(82,178,250); }

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

border-color css

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

 span { border-color: rgb(82,178,250); }

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