Html Css Color HEX #52C5DF Malibu

📋 copy color: '#52C5DF'

red 82 ◦ green 197 ◦ blue 223

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

Shades of Malibu #52C5DF

Tints of Malibu #52C5DF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.24%

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 16.33%
G = 39.24%
B = 44.42%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52C5DF (or 0x52C5DF) is known color: Malibu. HEX triplet: 52, C5 and DF. RGB value is (82,197,223). Sum of RGB (Red+Green+Blue) = 82+197+223=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #52C5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C5DF is #AD3A20. Grayscale: #A5A5A5. Windows color (decimal): -11352609 or 14665042. OLE color: 14665042.

HSL color Cylindrical-coordinate representation of color #52C5DF: hue angle of 191.06º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52C5DF is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 197 223 -
CMYK 0.63 0.12 0 0.13
HSL 191.06º 0.69% 0.6% -
HSV(B) 191.06º 0.63% 0.87% -
XYZ 36.77 47.05 76.96 -
YUV 165.58 160.4 68.39 -
System Red Green Blue C M Y K H S L
Decimal 82 197 223 0.63 0.12 0 0.13 191.06 0.69 0.6
Hex 52 C5 DF 3F C 0 D BF 45 3C
Octal 122 305 337 77 14 0 15 277 105 74
Binary 1010010 11000101 11011111 111111 1100 0 1101 10111111 1000101 111100

Color Harmonies of #52C5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C5DF

Black with #52C5DF

Text Example


Text Example

White with #52C5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,223); }

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

background-color css

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

 a { background-color: rgb(82,197,223); }

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

border-color css

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

 span { border-color: rgb(82,197,223); }

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