Html Css Color HEX #52C2EA Malibu

📋 copy color: '#52C2EA'

red 82 ◦ green 194 ◦ blue 234

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

Shades of Malibu #52C2EA

Tints of Malibu #52C2EA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.04%

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

R = 16.08%
G = 38.04%
B = 45.88%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#52C2EA (or 0x52C2EA) is known color: Malibu. HEX triplet: 52, C2 and EA. RGB value is (82,194,234). Sum of RGB (Red+Green+Blue) = 82+194+234=510 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.08% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #52C2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C2EA is #AD3D15. Grayscale: #A4A4A4. Windows color (decimal): -11353366 or 15385170. OLE color: 15385170.

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

Color convert

RGB 82 194 234 -
CMYK 0.65 0.17 0 0.08
HSL 195.79º 0.78% 0.62% -
HSV(B) 195.79º 0.65% 0.92% -
XYZ 37.62 46.32 84.8 -
YUV 165.07 166.89 68.75 -
System Red Green Blue C M Y K H S L
Decimal 82 194 234 0.65 0.17 0 0.08 195.79 0.78 0.62
Hex 52 C2 EA 41 11 0 8 C4 4E 3E
Octal 122 302 352 101 21 0 10 304 116 76
Binary 1010010 11000010 11101010 1000001 10001 0 1000 11000100 1001110 111110

Color Harmonies of #52C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C2EA

Black with #52C2EA

Text Example


Text Example

White with #52C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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