Html Css Color HEX #52C7EF Malibu

📋 copy color: '#52C7EF'

red 82 ◦ green 199 ◦ blue 239

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

Shades of Malibu #52C7EF

Tints of Malibu #52C7EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 15.77%
G = 38.27%
B = 45.96%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#52C7EF (or 0x52C7EF) is known color: Malibu. HEX triplet: 52, C7 and EF. RGB value is (82,199,239). Sum of RGB (Red+Green+Blue) = 82+199+239=520 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.77% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #52C7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C7EF is #AD3810. Grayscale: #A8A8A8. Windows color (decimal): -11352081 or 15714130. OLE color: 15714130.

HSL color Cylindrical-coordinate representation of color #52C7EF: hue angle of 195.29º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52C7EF is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 199 239 -
CMYK 0.66 0.17 0 0.06
HSL 195.29º 0.83% 0.63% -
HSV(B) 195.29º 0.66% 0.94% -
XYZ 39.48 48.87 89.01 -
YUV 168.58 167.74 66.25 -
System Red Green Blue C M Y K H S L
Decimal 82 199 239 0.66 0.17 0 0.06 195.29 0.83 0.63
Hex 52 C7 EF 42 11 0 6 C3 53 3F
Octal 122 307 357 102 21 0 6 303 123 77
Binary 1010010 11000111 11101111 1000010 10001 0 110 11000011 1010011 111111

Color Harmonies of #52C7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C7EF

Black with #52C7EF

Text Example


Text Example

White with #52C7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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