Html Css Color HEX #52BAEC Malibu

📋 copy color: '#52BAEC'

red 82 ◦ green 186 ◦ blue 236

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

Shades of Malibu #52BAEC

Tints of Malibu #52BAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.9%

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 16.27%
G = 36.9%
B = 46.83%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#52BAEC (or 0x52BAEC) is known color: Malibu. HEX triplet: 52, BA and EC. RGB value is (82,186,236). Sum of RGB (Red+Green+Blue) = 82+186+236=504 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.27% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #52BAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BAEC is #AD4513. Grayscale: #A0A0A0. Windows color (decimal): -11355412 or 15514194. OLE color: 15514194.

HSL color Cylindrical-coordinate representation of color #52BAEC: hue angle of 199.48º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52BAEC is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 186 236 -
CMYK 0.65 0.21 0 0.07
HSL 199.48º 0.8% 0.62% -
HSV(B) 199.48º 0.65% 0.93% -
XYZ 36.18 42.97 85.74 -
YUV 160.6 170.54 71.93 -
System Red Green Blue C M Y K H S L
Decimal 82 186 236 0.65 0.21 0 0.07 199.48 0.8 0.62
Hex 52 BA EC 41 15 0 7 C7 50 3E
Octal 122 272 354 101 25 0 7 307 120 76
Binary 1010010 10111010 11101100 1000001 10101 0 111 11000111 1010000 111110

Color Harmonies of #52BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BAEC

Black with #52BAEC

Text Example


Text Example

White with #52BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,186,236); }

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

background-color css

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

 a { background-color: rgb(82,186,236); }

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

border-color css

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

 span { border-color: rgb(82,186,236); }

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