Html Css Color HEX #52C7EE Malibu

📋 copy color: '#52C7EE'

red 82 ◦ green 199 ◦ blue 238

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

Shades of Malibu #52C7EE

Tints of Malibu #52C7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 15.8%
G = 38.34%
B = 45.86%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52C7EE (or 0x52C7EE) is known color: Malibu. HEX triplet: 52, C7 and EE. RGB value is (82,199,238). Sum of RGB (Red+Green+Blue) = 82+199+238=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #52C7EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C7EE is #AD3811. Grayscale: #A8A8A8. Windows color (decimal): -11352082 or 15648594. OLE color: 15648594.

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

Color convert

RGB 82 199 238 -
CMYK 0.66 0.16 0 0.07
HSL 195º 0.82% 0.63% -
HSV(B) 195º 0.66% 0.93% -
XYZ 39.34 48.81 88.24 -
YUV 168.46 167.24 66.33 -
System Red Green Blue C M Y K H S L
Decimal 82 199 238 0.66 0.16 0 0.07 195 0.82 0.63
Hex 52 C7 EE 42 10 0 7 C3 52 3F
Octal 122 307 356 102 20 0 7 303 122 77
Binary 1010010 11000111 11101110 1000010 10000 0 111 11000011 1010010 111111

Color Harmonies of #52C7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C7EE

Black with #52C7EE

Text Example


Text Example

White with #52C7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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