Html Css Color HEX #63AAB8 Fountain Blue

📋 copy color: '#63AAB8'

red 99 ◦ green 170 ◦ blue 184

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

Shades of Fountain Blue #63AAB8

Tints of Fountain Blue #63AAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.62%

R = 21.85%
G = 37.53%
B = 40.62%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#63AAB8 (or 0x63AAB8) is known color: Fountain Blue. HEX triplet: 63, AA and B8. RGB value is (99,170,184). Sum of RGB (Red+Green+Blue) = 99+170+184=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 184 - color contains mainly: blue. Hex color #63AAB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AAB8 is #9C5547. Grayscale: #969696. Windows color (decimal): -10245448 or 12102243. OLE color: 12102243.

HSL color Cylindrical-coordinate representation of color #63AAB8: hue angle of 189.88º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63AAB8 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 99 170 184 -
CMYK 0.46 0.08 0 0.28
HSL 189.88º 0.37% 0.55% -
HSV(B) 189.88º 0.46% 0.72% -
XYZ 28.17 34.86 50.59 -
YUV 150.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 99 170 184 0.46 0.08 0 0.28 189.88 0.37 0.55
Hex 63 AA B8 2E 8 0 1C BE 25 37
Octal 143 252 270 56 10 0 34 276 45 67
Binary 1100011 10101010 10111000 101110 1000 0 11100 10111110 100101 110111

Color Harmonies of #63AAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AAB8

Black with #63AAB8

Text Example


Text Example

White with #63AAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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