Html Css Color HEX #52C8EB Malibu

📋 copy color: '#52C8EB'

red 82 ◦ green 200 ◦ blue 235

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

Shades of Malibu #52C8EB

Tints of Malibu #52C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.68%

 BLUE value IS 235 (92.19% from 255) = 45.45%

R = 15.86%
G = 38.68%
B = 45.45%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#52C8EB (or 0x52C8EB) is known color: Malibu. HEX triplet: 52, C8 and EB. RGB value is (82,200,235). Sum of RGB (Red+Green+Blue) = 82+200+235=517 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.86% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #52C8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52C8EB is #AD3714. Grayscale: #A8A8A8. Windows color (decimal): -11351829 or 15452242. OLE color: 15452242.

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

Color convert

RGB 82 200 235 -
CMYK 0.65 0.15 0 0.08
HSL 193.73º 0.79% 0.62% -
HSV(B) 193.73º 0.65% 0.92% -
XYZ 39.13 49.1 86.01 -
YUV 168.71 165.41 66.15 -
System Red Green Blue C M Y K H S L
Decimal 82 200 235 0.65 0.15 0 0.08 193.73 0.79 0.62
Hex 52 C8 EB 41 F 0 8 C2 4F 3E
Octal 122 310 353 101 17 0 10 302 117 76
Binary 1010010 11001000 11101011 1000001 1111 0 1000 11000010 1001111 111110

Color Harmonies of #52C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C8EB

Black with #52C8EB

Text Example


Text Example

White with #52C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,200,235); }

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

background-color css

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

 a { background-color: rgb(82,200,235); }

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

border-color css

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

 span { border-color: rgb(82,200,235); }

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