Html Css Color HEX #52C0EA Malibu

📋 copy color: '#52C0EA'

red 82 ◦ green 192 ◦ blue 234

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

Shades of Malibu #52C0EA

Tints of Malibu #52C0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.06%

R = 16.14%
G = 37.8%
B = 46.06%

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

#52C0EA (or 0x52C0EA) is known color: Malibu. HEX triplet: 52, C0 and EA. RGB value is (82,192,234). Sum of RGB (Red+Green+Blue) = 82+192+234=508 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.14% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #52C0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C0EA is #AD3F15. Grayscale: #A3A3A3. Windows color (decimal): -11353878 or 15384658. OLE color: 15384658.

HSL color Cylindrical-coordinate representation of color #52C0EA: hue angle of 196.58º degrees, saturation: 0.78, 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 #52C0EA is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 192 234 -
CMYK 0.65 0.18 0 0.08
HSL 196.58º 0.78% 0.62% -
HSV(B) 196.58º 0.65% 0.92% -
XYZ 37.18 45.43 84.65 -
YUV 163.9 167.56 69.58 -
System Red Green Blue C M Y K H S L
Decimal 82 192 234 0.65 0.18 0 0.08 196.58 0.78 0.62
Hex 52 C0 EA 41 12 0 8 C5 4E 3E
Octal 122 300 352 101 22 0 10 305 116 76
Binary 1010010 11000000 11101010 1000001 10010 0 1000 11000101 1001110 111110

Color Harmonies of #52C0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C0EA

Black with #52C0EA

Text Example


Text Example

White with #52C0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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