Html Css Color HEX #63AAB2 Fountain Blue

📋 copy color: '#63AAB2'

red 99 ◦ green 170 ◦ blue 178

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

Shades of Fountain Blue #63AAB2

Tints of Fountain Blue #63AAB2

RGB

 RED value IS 99 (39.06% from 255) = 22.15%

 GREEN value IS 170 (66.8% from 255) = 38.03%

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

R = 22.15%
G = 38.03%
B = 39.82%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#63AAB2 (or 0x63AAB2) is known color: Fountain Blue. HEX triplet: 63, AA and B2. RGB value is (99,170,178). Sum of RGB (Red+Green+Blue) = 99+170+178=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 178 - color contains mainly: blue. Hex color #63AAB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AAB2 is #9C554D. Grayscale: #959595. Windows color (decimal): -10245454 or 11709027. OLE color: 11709027.

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

Color convert

RGB 99 170 178 -
CMYK 0.44 0.04 0 0.30
HSL 186.08º 0.34% 0.54% -
HSV(B) 186.08º 0.44% 0.7% -
XYZ 27.56 34.62 47.35 -
YUV 149.68 143.98 91.85 -
System Red Green Blue C M Y K H S L
Decimal 99 170 178 0.44 0.04 0 0.30 186.08 0.34 0.54
Hex 63 AA B2 2C 4 0 1E BA 22 36
Octal 143 252 262 54 4 0 36 272 42 66
Binary 1100011 10101010 10110010 101100 100 0 11110 10111010 100010 110110

Color Harmonies of #63AAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AAB2

Black with #63AAB2

Text Example


Text Example

White with #63AAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63AAB2; }

 p { color: rgb(99,170,178); }

 H1.HeaderClassName
 {
   color: #63AAB2;
 }
 .AnyTagClassName
 {
   color: #63AAB2;
 }
</style>

background-color css

<style>
 a { background-color: #63AAB2; }

 a { background-color: rgb(99,170,178); }

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

border-color css

<style>
 span { border-color: #63AAB2; }

 span { border-color: rgb(99,170,178); }

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