Html Css Color HEX #52BCDF Malibu

📋 copy color: '#52BCDF'

red 82 ◦ green 188 ◦ blue 223

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

Shades of Malibu #52BCDF

Tints of Malibu #52BCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.13%

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

R = 16.63%
G = 38.13%
B = 45.23%

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

#52BCDF (or 0x52BCDF) is known color: Malibu. HEX triplet: 52, BC and DF. RGB value is (82,188,223). Sum of RGB (Red+Green+Blue) = 82+188+223=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #52BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BCDF is #AD4320. Grayscale: #A0A0A0. Windows color (decimal): -11354913 or 14662738. OLE color: 14662738.

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

Color convert

RGB 82 188 223 -
CMYK 0.63 0.16 0 0.13
HSL 194.89º 0.69% 0.6% -
HSV(B) 194.89º 0.63% 0.87% -
XYZ 34.78 43.09 76.3 -
YUV 160.3 163.38 72.15 -
System Red Green Blue C M Y K H S L
Decimal 82 188 223 0.63 0.16 0 0.13 194.89 0.69 0.6
Hex 52 BC DF 3F 10 0 D C3 45 3C
Octal 122 274 337 77 20 0 15 303 105 74
Binary 1010010 10111100 11011111 111111 10000 0 1101 11000011 1000101 111100

Color Harmonies of #52BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BCDF

Black with #52BCDF

Text Example


Text Example

White with #52BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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