Html Css Color HEX #52C0EC Malibu

📋 copy color: '#52C0EC'

red 82 ◦ green 192 ◦ blue 236

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

Shades of Malibu #52C0EC

Tints of Malibu #52C0EC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.65%

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

R = 16.08%
G = 37.65%
B = 46.27%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52C0EC (or 0x52C0EC) is known color: Malibu. HEX triplet: 52, C0 and EC. RGB value is (82,192,236). Sum of RGB (Red+Green+Blue) = 82+192+236=510 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.08% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #52C0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C0EC is #AD3F13. Grayscale: #A3A3A3. Windows color (decimal): -11353876 or 15515730. OLE color: 15515730.

HSL color Cylindrical-coordinate representation of color #52C0EC: hue angle of 197.14º 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 #52C0EC is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 192 236 -
CMYK 0.65 0.19 0 0.07
HSL 197.14º 0.8% 0.62% -
HSV(B) 197.14º 0.65% 0.93% -
XYZ 37.47 45.55 86.17 -
YUV 164.13 168.56 69.42 -
System Red Green Blue C M Y K H S L
Decimal 82 192 236 0.65 0.19 0 0.07 197.14 0.8 0.62
Hex 52 C0 EC 41 13 0 7 C5 50 3E
Octal 122 300 354 101 23 0 7 305 120 76
Binary 1010010 11000000 11101100 1000001 10011 0 111 11000101 1010000 111110

Color Harmonies of #52C0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C0EC

Black with #52C0EC

Text Example


Text Example

White with #52C0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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