Html Css Color HEX #52B8F6 Malibu

📋 copy color: '#52B8F6'

red 82 ◦ green 184 ◦ blue 246

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

Shades of Malibu #52B8F6

Tints of Malibu #52B8F6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.94%

 BLUE value IS 246 (96.48% from 255) = 48.05%

R = 16.02%
G = 35.94%
B = 48.05%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#52B8F6 (or 0x52B8F6) is known color: Malibu. HEX triplet: 52, B8 and F6. RGB value is (82,184,246). Sum of RGB (Red+Green+Blue) = 82+184+246=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 246 (96.48% from 255 or 48.05% from 512); Max value from RGB is 246 - color contains mainly: blue. Hex color #52B8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B8F6 is #AD4709. Grayscale: #A0A0A0. Windows color (decimal): -11355914 or 16169042. OLE color: 16169042.

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

Color convert

RGB 82 184 246 -
CMYK 0.67 0.25 0 0.04
HSL 202.68º 0.9% 0.64% -
HSV(B) 202.68º 0.67% 0.96% -
XYZ 37.25 42.73 93.47 -
YUV 160.57 176.21 71.96 -
System Red Green Blue C M Y K H S L
Decimal 82 184 246 0.67 0.25 0 0.04 202.68 0.9 0.64
Hex 52 B8 F6 43 19 0 4 CB 5A 40
Octal 122 270 366 103 31 0 4 313 132 100
Binary 1010010 10111000 11110110 1000011 11001 0 100 11001011 1011010 1000000

Color Harmonies of #52B8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B8F6

Black with #52B8F6

Text Example


Text Example

White with #52B8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,184,246); }

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

background-color css

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

 a { background-color: rgb(82,184,246); }

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

border-color css

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

 span { border-color: rgb(82,184,246); }

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