Html Css Color HEX #52BFDF Malibu

📋 copy color: '#52BFDF'

red 82 ◦ green 191 ◦ blue 223

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

Shades of Malibu #52BFDF

Tints of Malibu #52BFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 38.51%

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

R = 16.53%
G = 38.51%
B = 44.96%

CMYK

 C value IS 0.63

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52BFDF (or 0x52BFDF) is known color: Malibu. HEX triplet: 52, BF and DF. RGB value is (82,191,223). Sum of RGB (Red+Green+Blue) = 82+191+223=496 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.53% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #52BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BFDF is #AD4020. Grayscale: #A1A1A1. Windows color (decimal): -11354145 or 14663506. OLE color: 14663506.

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

Color convert

RGB 82 191 223 -
CMYK 0.63 0.14 0 0.13
HSL 193.62º 0.69% 0.6% -
HSV(B) 193.62º 0.63% 0.87% -
XYZ 35.43 44.38 76.51 -
YUV 162.06 162.39 70.9 -
System Red Green Blue C M Y K H S L
Decimal 82 191 223 0.63 0.14 0 0.13 193.62 0.69 0.6
Hex 52 BF DF 3F E 0 D C2 45 3C
Octal 122 277 337 77 16 0 15 302 105 74
Binary 1010010 10111111 11011111 111111 1110 0 1101 11000010 1000101 111100

Color Harmonies of #52BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BFDF

Black with #52BFDF

Text Example


Text Example

White with #52BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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