Html Css Color HEX #52C7F2 Malibu

📋 copy color: '#52C7F2'

red 82 ◦ green 199 ◦ blue 242

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

Shades of Malibu #52C7F2

Tints of Malibu #52C7F2

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.05%

 BLUE value IS 242 (94.92% from 255) = 46.27%

R = 15.68%
G = 38.05%
B = 46.27%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#52C7F2 (or 0x52C7F2) is known color: Malibu. HEX triplet: 52, C7 and F2. RGB value is (82,199,242). Sum of RGB (Red+Green+Blue) = 82+199+242=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #52C7F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C7F2 is #AD380D. Grayscale: #A8A8A8. Windows color (decimal): -11352078 or 15910738. OLE color: 15910738.

HSL color Cylindrical-coordinate representation of color #52C7F2: hue angle of 196.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52C7F2 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 199 242 -
CMYK 0.66 0.18 0 0.05
HSL 196.13º 0.86% 0.64% -
HSV(B) 196.13º 0.66% 0.95% -
XYZ 39.93 49.05 91.37 -
YUV 168.92 169.24 66 -
System Red Green Blue C M Y K H S L
Decimal 82 199 242 0.66 0.18 0 0.05 196.13 0.86 0.64
Hex 52 C7 F2 42 12 0 5 C4 56 40
Octal 122 307 362 102 22 0 5 304 126 100
Binary 1010010 11000111 11110010 1000010 10010 0 101 11000100 1010110 1000000

Color Harmonies of #52C7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C7F2

Black with #52C7F2

Text Example


Text Example

White with #52C7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,199,242); }

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

background-color css

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

 a { background-color: rgb(82,199,242); }

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

border-color css

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

 span { border-color: rgb(82,199,242); }

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