Html Css Color HEX #52C4ED Malibu

📋 copy color: '#52C4ED'

red 82 ◦ green 196 ◦ blue 237

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

Shades of Malibu #52C4ED

Tints of Malibu #52C4ED

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.06%

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 15.92%
G = 38.06%
B = 46.02%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52C4ED (or 0x52C4ED) is known color: Malibu. HEX triplet: 52, C4 and ED. RGB value is (82,196,237). Sum of RGB (Red+Green+Blue) = 82+196+237=515 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.92% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #52C4ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C4ED is #AD3B12. Grayscale: #A6A6A6. Windows color (decimal): -11352851 or 15582290. OLE color: 15582290.

HSL color Cylindrical-coordinate representation of color #52C4ED: hue angle of 195.87º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52C4ED is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 196 237 -
CMYK 0.65 0.17 0 0.07
HSL 195.87º 0.81% 0.63% -
HSV(B) 195.87º 0.65% 0.93% -
XYZ 38.51 47.39 87.24 -
YUV 166.59 167.73 67.67 -
System Red Green Blue C M Y K H S L
Decimal 82 196 237 0.65 0.17 0 0.07 195.87 0.81 0.63
Hex 52 C4 ED 41 11 0 7 C4 51 3F
Octal 122 304 355 101 21 0 7 304 121 77
Binary 1010010 11000100 11101101 1000001 10001 0 111 11000100 1010001 111111

Color Harmonies of #52C4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C4ED

Black with #52C4ED

Text Example


Text Example

White with #52C4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,196,237); }

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

background-color css

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

 a { background-color: rgb(82,196,237); }

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

border-color css

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

 span { border-color: rgb(82,196,237); }

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