Html Css Color HEX #52C1EC Malibu

📋 copy color: '#52C1EC'

red 82 ◦ green 193 ◦ blue 236

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

Shades of Malibu #52C1EC

Tints of Malibu #52C1EC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.77%

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

R = 16.05%
G = 37.77%
B = 46.18%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52C1EC (or 0x52C1EC) is known color: Malibu. HEX triplet: 52, C1 and EC. RGB value is (82,193,236). Sum of RGB (Red+Green+Blue) = 82+193+236=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #52C1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C1EC is #AD3E13. Grayscale: #A4A4A4. Windows color (decimal): -11353620 or 15515986. OLE color: 15515986.

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

Color convert

RGB 82 193 236 -
CMYK 0.65 0.18 0 0.07
HSL 196.75º 0.8% 0.62% -
HSV(B) 196.75º 0.65% 0.93% -
XYZ 37.69 45.99 86.25 -
YUV 164.71 168.23 69 -
System Red Green Blue C M Y K H S L
Decimal 82 193 236 0.65 0.18 0 0.07 196.75 0.8 0.62
Hex 52 C1 EC 41 12 0 7 C5 50 3E
Octal 122 301 354 101 22 0 7 305 120 76
Binary 1010010 11000001 11101100 1000001 10010 0 111 11000101 1010000 111110

Color Harmonies of #52C1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C1EC

Black with #52C1EC

Text Example


Text Example

White with #52C1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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