Html Css Color HEX #52BCDE Malibu

📋 copy color: '#52BCDE'

red 82 ◦ green 188 ◦ blue 222

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

Shades of Malibu #52BCDE

Tints of Malibu #52BCDE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.21%

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 16.67%
G = 38.21%
B = 45.12%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52BCDE (or 0x52BCDE) is known color: Malibu. HEX triplet: 52, BC and DE. RGB value is (82,188,222). Sum of RGB (Red+Green+Blue) = 82+188+222=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #52BCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BCDE is #AD4321. Grayscale: #9F9F9F. Windows color (decimal): -11354914 or 14597202. OLE color: 14597202.

HSL color Cylindrical-coordinate representation of color #52BCDE: hue angle of 194.57º degrees, saturation: 0.68, 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 #52BCDE is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 188 222 -
CMYK 0.63 0.15 0 0.13
HSL 194.57º 0.68% 0.6% -
HSV(B) 194.57º 0.63% 0.87% -
XYZ 34.65 43.03 75.59 -
YUV 160.18 162.88 72.24 -
System Red Green Blue C M Y K H S L
Decimal 82 188 222 0.63 0.15 0 0.13 194.57 0.68 0.6
Hex 52 BC DE 3F F 0 D C3 44 3C
Octal 122 274 336 77 17 0 15 303 104 74
Binary 1010010 10111100 11011110 111111 1111 0 1101 11000011 1000100 111100

Color Harmonies of #52BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BCDE

Black with #52BCDE

Text Example


Text Example

White with #52BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,188,222); }

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

background-color css

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

 a { background-color: rgb(82,188,222); }

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

border-color css

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

 span { border-color: rgb(82,188,222); }

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