Html Css Color HEX #52BADF Malibu

📋 copy color: '#52BADF'

red 82 ◦ green 186 ◦ blue 223

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

Shades of Malibu #52BADF

Tints of Malibu #52BADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 16.7%
G = 37.88%
B = 45.42%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52BADF (or 0x52BADF) is known color: Malibu. HEX triplet: 52, BA and DF. RGB value is (82,186,223). Sum of RGB (Red+Green+Blue) = 82+186+223=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #52BADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BADF is #AD4520. Grayscale: #9E9E9E. Windows color (decimal): -11355425 or 14662226. OLE color: 14662226.

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

Color convert

RGB 82 186 223 -
CMYK 0.63 0.17 0 0.13
HSL 195.74º 0.69% 0.6% -
HSV(B) 195.74º 0.63% 0.87% -
XYZ 34.36 42.24 76.15 -
YUV 159.12 164.04 72.99 -
System Red Green Blue C M Y K H S L
Decimal 82 186 223 0.63 0.17 0 0.13 195.74 0.69 0.6
Hex 52 BA DF 3F 11 0 D C4 45 3C
Octal 122 272 337 77 21 0 15 304 105 74
Binary 1010010 10111010 11011111 111111 10001 0 1101 11000100 1000101 111100

Color Harmonies of #52BADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BADF

Black with #52BADF

Text Example


Text Example

White with #52BADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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