Html Css Color HEX #52ABB2 Fountain Blue

📋 copy color: '#52ABB2'

red 82 ◦ green 171 ◦ blue 178

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

Shades of Fountain Blue #52ABB2

Tints of Fountain Blue #52ABB2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.68%

 BLUE value IS 178 (69.92% from 255) = 41.3%

R = 19.03%
G = 39.68%
B = 41.3%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#52ABB2 (or 0x52ABB2) is known color: Fountain Blue. HEX triplet: 52, AB and B2. RGB value is (82,171,178). Sum of RGB (Red+Green+Blue) = 82+171+178=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 178 (69.92% from 255 or 41.30% from 431); Max value from RGB is 178 - color contains mainly: blue. Hex color #52ABB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ABB2 is #AD544D. Grayscale: #919191. Windows color (decimal): -11359310 or 11709266. OLE color: 11709266.

HSL color Cylindrical-coordinate representation of color #52ABB2: hue angle of 184.38º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52ABB2 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 171 178 -
CMYK 0.54 0.04 0 0.30
HSL 184.38º 0.38% 0.51% -
HSV(B) 184.38º 0.54% 0.7% -
XYZ 26.08 34.13 47.33 -
YUV 145.19 146.51 82.93 -
System Red Green Blue C M Y K H S L
Decimal 82 171 178 0.54 0.04 0 0.30 184.38 0.38 0.51
Hex 52 AB B2 36 4 0 1E B8 26 33
Octal 122 253 262 66 4 0 36 270 46 63
Binary 1010010 10101011 10110010 110110 100 0 11110 10111000 100110 110011

Color Harmonies of #52ABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ABB2

Black with #52ABB2

Text Example


Text Example

White with #52ABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,171,178); }

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

background-color css

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

 a { background-color: rgb(82,171,178); }

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

border-color css

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

 span { border-color: rgb(82,171,178); }

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