Html Css Color HEX #52B8EC Malibu

📋 copy color: '#52B8EC'

red 82 ◦ green 184 ◦ blue 236

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

Shades of Malibu #52B8EC

Tints of Malibu #52B8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 16.33%
G = 36.65%
B = 47.01%

CMYK

 C value IS 0.65

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52B8EC (or 0x52B8EC) is known color: Malibu. HEX triplet: 52, B8 and EC. RGB value is (82,184,236). Sum of RGB (Red+Green+Blue) = 82+184+236=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #52B8EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52B8EC is #AD4713. Grayscale: #9F9F9F. Windows color (decimal): -11355924 or 15513682. OLE color: 15513682.

HSL color Cylindrical-coordinate representation of color #52B8EC: hue angle of 200.26º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52B8EC is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 184 236 -
CMYK 0.65 0.22 0 0.07
HSL 200.26º 0.8% 0.62% -
HSV(B) 200.26º 0.65% 0.93% -
XYZ 35.76 42.13 85.6 -
YUV 159.43 171.21 72.77 -
System Red Green Blue C M Y K H S L
Decimal 82 184 236 0.65 0.22 0 0.07 200.26 0.8 0.62
Hex 52 B8 EC 41 16 0 7 C8 50 3E
Octal 122 270 354 101 26 0 7 310 120 76
Binary 1010010 10111000 11101100 1000001 10110 0 111 11001000 1010000 111110

Color Harmonies of #52B8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B8EC

Black with #52B8EC

Text Example


Text Example

White with #52B8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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