Html Css Color HEX #52C0EF Malibu

📋 copy color: '#52C0EF'

red 82 ◦ green 192 ◦ blue 239

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

Shades of Malibu #52C0EF

Tints of Malibu #52C0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 15.98%
G = 37.43%
B = 46.59%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#52C0EF (or 0x52C0EF) is known color: Malibu. HEX triplet: 52, C0 and EF. RGB value is (82,192,239). Sum of RGB (Red+Green+Blue) = 82+192+239=513 (67% of max value = 765). Red value is 82 (32.42% from 255 or 15.98% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #52C0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C0EF is #AD3F10. Grayscale: #A4A4A4. Windows color (decimal): -11353873 or 15712338. OLE color: 15712338.

HSL color Cylindrical-coordinate representation of color #52C0EF: hue angle of 197.96º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52C0EF is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 192 239 -
CMYK 0.66 0.20 0 0.06
HSL 197.96º 0.83% 0.63% -
HSV(B) 197.96º 0.66% 0.94% -
XYZ 37.91 45.73 88.49 -
YUV 164.47 170.06 69.18 -
System Red Green Blue C M Y K H S L
Decimal 82 192 239 0.66 0.20 0 0.06 197.96 0.83 0.63
Hex 52 C0 EF 42 14 0 6 C6 53 3F
Octal 122 300 357 102 24 0 6 306 123 77
Binary 1010010 11000000 11101111 1000010 10100 0 110 11000110 1010011 111111

Color Harmonies of #52C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C0EF

Black with #52C0EF

Text Example


Text Example

White with #52C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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