Html Css Color HEX #63AABC Fountain Blue

📋 copy color: '#63AABC'

red 99 ◦ green 170 ◦ blue 188

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

Shades of Fountain Blue #63AABC

Tints of Fountain Blue #63AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 21.66%
G = 37.2%
B = 41.14%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#63AABC (or 0x63AABC) is known color: Fountain Blue. HEX triplet: 63, AA and BC. RGB value is (99,170,188). Sum of RGB (Red+Green+Blue) = 99+170+188=457 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.66% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #63AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AABC is #9C5543. Grayscale: #969696. Windows color (decimal): -10245444 or 12364387. OLE color: 12364387.

HSL color Cylindrical-coordinate representation of color #63AABC: hue angle of 192.13º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63AABC is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 170 188 -
CMYK 0.47 0.10 0 0.26
HSL 192.13º 0.4% 0.56% -
HSV(B) 192.13º 0.47% 0.74% -
XYZ 28.6 35.03 52.83 -
YUV 150.82 148.98 91.04 -
System Red Green Blue C M Y K H S L
Decimal 99 170 188 0.47 0.10 0 0.26 192.13 0.4 0.56
Hex 63 AA BC 2F A 0 1A C0 28 38
Octal 143 252 274 57 12 0 32 300 50 70
Binary 1100011 10101010 10111100 101111 1010 0 11010 11000000 101000 111000

Color Harmonies of #63AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AABC

Black with #63AABC

Text Example


Text Example

White with #63AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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