Html Css Color HEX #52BBE0 Malibu

📋 copy color: '#52BBE0'

red 82 ◦ green 187 ◦ blue 224

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

Shades of Malibu #52BBE0

Tints of Malibu #52BBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.44%

R = 16.63%
G = 37.93%
B = 45.44%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#52BBE0 (or 0x52BBE0) is known color: Malibu. HEX triplet: 52, BB and E0. RGB value is (82,187,224). Sum of RGB (Red+Green+Blue) = 82+187+224=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #52BBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBE0 is #AD441F. Grayscale: #9F9F9F. Windows color (decimal): -11355168 or 14728018. OLE color: 14728018.

HSL color Cylindrical-coordinate representation of color #52BBE0: hue angle of 195.63º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52BBE0 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 187 224 -
CMYK 0.63 0.17 0 0.12
HSL 195.63º 0.7% 0.6% -
HSV(B) 195.63º 0.63% 0.88% -
XYZ 34.7 42.72 76.94 -
YUV 159.82 164.21 72.49 -
System Red Green Blue C M Y K H S L
Decimal 82 187 224 0.63 0.17 0 0.12 195.63 0.7 0.6
Hex 52 BB E0 3F 11 0 C C4 46 3C
Octal 122 273 340 77 21 0 14 304 106 74
Binary 1010010 10111011 11100000 111111 10001 0 1100 11000100 1000110 111100

Color Harmonies of #52BBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBE0

Black with #52BBE0

Text Example


Text Example

White with #52BBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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