Html Css Color HEX #52C4EA Malibu

📋 copy color: '#52C4EA'

red 82 ◦ green 196 ◦ blue 234

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

Shades of Malibu #52C4EA

Tints of Malibu #52C4EA

RGB

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

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

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

R = 16.02%
G = 38.28%
B = 45.7%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#52C4EA (or 0x52C4EA) is known color: Malibu. HEX triplet: 52, C4 and EA. RGB value is (82,196,234). Sum of RGB (Red+Green+Blue) = 82+196+234=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #52C4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C4EA is #AD3B15. Grayscale: #A5A5A5. Windows color (decimal): -11352854 or 15385682. OLE color: 15385682.

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

Color convert

RGB 82 196 234 -
CMYK 0.65 0.16 0 0.08
HSL 195º 0.78% 0.62% -
HSV(B) 195º 0.65% 0.92% -
XYZ 38.07 47.21 84.95 -
YUV 166.25 166.23 67.91 -
System Red Green Blue C M Y K H S L
Decimal 82 196 234 0.65 0.16 0 0.08 195 0.78 0.62
Hex 52 C4 EA 41 10 0 8 C3 4E 3E
Octal 122 304 352 101 20 0 10 303 116 76
Binary 1010010 11000100 11101010 1000001 10000 0 1000 11000011 1001110 111110

Color Harmonies of #52C4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C4EA

Black with #52C4EA

Text Example


Text Example

White with #52C4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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