Html Css Color HEX #52BBEC Malibu

📋 copy color: '#52BBEC'

red 82 ◦ green 187 ◦ blue 236

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

Shades of Malibu #52BBEC

Tints of Malibu #52BBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.03%

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

R = 16.24%
G = 37.03%
B = 46.73%

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

#52BBEC (or 0x52BBEC) is known color: Malibu. HEX triplet: 52, BB and EC. RGB value is (82,187,236). Sum of RGB (Red+Green+Blue) = 82+187+236=505 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.24% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #52BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BBEC is #AD4413. Grayscale: #A0A0A0. Windows color (decimal): -11355156 or 15514450. OLE color: 15514450.

HSL color Cylindrical-coordinate representation of color #52BBEC: hue angle of 199.09º 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 #52BBEC is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 187 236 -
CMYK 0.65 0.21 0 0.07
HSL 199.09º 0.8% 0.62% -
HSV(B) 199.09º 0.65% 0.93% -
XYZ 36.39 43.39 85.81 -
YUV 161.19 170.21 71.52 -
System Red Green Blue C M Y K H S L
Decimal 82 187 236 0.65 0.21 0 0.07 199.09 0.8 0.62
Hex 52 BB EC 41 15 0 7 C7 50 3E
Octal 122 273 354 101 25 0 7 307 120 76
Binary 1010010 10111011 11101100 1000001 10101 0 111 11000111 1010000 111110

Color Harmonies of #52BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBEC

Black with #52BBEC

Text Example


Text Example

White with #52BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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