Html Css Color HEX #52BADE Malibu

📋 copy color: '#52BADE'

red 82 ◦ green 186 ◦ blue 222

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

Shades of Malibu #52BADE

Tints of Malibu #52BADE

RGB

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

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

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

R = 16.73%
G = 37.96%
B = 45.31%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52BADE (or 0x52BADE) is known color: Malibu. HEX triplet: 52, BA and DE. RGB value is (82,186,222). Sum of RGB (Red+Green+Blue) = 82+186+222=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #52BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BADE is #AD4521. Grayscale: #9E9E9E. Windows color (decimal): -11355426 or 14596690. OLE color: 14596690.

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

Color convert

RGB 82 186 222 -
CMYK 0.63 0.16 0 0.13
HSL 195.43º 0.68% 0.6% -
HSV(B) 195.43º 0.63% 0.87% -
XYZ 34.22 42.19 75.45 -
YUV 159.01 163.54 73.07 -
System Red Green Blue C M Y K H S L
Decimal 82 186 222 0.63 0.16 0 0.13 195.43 0.68 0.6
Hex 52 BA DE 3F 10 0 D C3 44 3C
Octal 122 272 336 77 20 0 15 303 104 74
Binary 1010010 10111010 11011110 111111 10000 0 1101 11000011 1000100 111100

Color Harmonies of #52BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BADE

Black with #52BADE

Text Example


Text Example

White with #52BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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