Html Css Color HEX #52C0EB Malibu

📋 copy color: '#52C0EB'

red 82 ◦ green 192 ◦ blue 235

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

Shades of Malibu #52C0EB

Tints of Malibu #52C0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.17%

R = 16.11%
G = 37.72%
B = 46.17%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#52C0EB (or 0x52C0EB) is known color: Malibu. HEX triplet: 52, C0 and EB. RGB value is (82,192,235). Sum of RGB (Red+Green+Blue) = 82+192+235=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #52C0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C0EB is #AD3F14. Grayscale: #A3A3A3. Windows color (decimal): -11353877 or 15450194. OLE color: 15450194.

HSL color Cylindrical-coordinate representation of color #52C0EB: hue angle of 196.86º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52C0EB is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 192 235 -
CMYK 0.65 0.18 0 0.08
HSL 196.86º 0.79% 0.62% -
HSV(B) 196.86º 0.65% 0.92% -
XYZ 37.32 45.49 85.41 -
YUV 164.01 168.06 69.5 -
System Red Green Blue C M Y K H S L
Decimal 82 192 235 0.65 0.18 0 0.08 196.86 0.79 0.62
Hex 52 C0 EB 41 12 0 8 C5 4F 3E
Octal 122 300 353 101 22 0 10 305 117 76
Binary 1010010 11000000 11101011 1000001 10010 0 1000 11000101 1001111 111110

Color Harmonies of #52C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C0EB

Black with #52C0EB

Text Example


Text Example

White with #52C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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