Html Css Color HEX #63AFBE Fountain Blue

📋 copy color: '#63AFBE'

red 99 ◦ green 175 ◦ blue 190

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

Shades of Fountain Blue #63AFBE

Tints of Fountain Blue #63AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.72%

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 21.34%
G = 37.72%
B = 40.95%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#63AFBE (or 0x63AFBE) is known color: Fountain Blue. HEX triplet: 63, AF and BE. RGB value is (99,175,190). Sum of RGB (Red+Green+Blue) = 99+175+190=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #63AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFBE is #9C5041. Grayscale: #999999. Windows color (decimal): -10244162 or 12496739. OLE color: 12496739.

HSL color Cylindrical-coordinate representation of color #63AFBE: hue angle of 189.89º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63AFBE is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 175 190 -
CMYK 0.48 0.08 0 0.25
HSL 189.89º 0.41% 0.57% -
HSV(B) 189.89º 0.48% 0.75% -
XYZ 29.77 37.03 54.29 -
YUV 153.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 99 175 190 0.48 0.08 0 0.25 189.89 0.41 0.57
Hex 63 AF BE 30 8 0 19 BE 29 39
Octal 143 257 276 60 10 0 31 276 51 71
Binary 1100011 10101111 10111110 110000 1000 0 11001 10111110 101001 111001

Color Harmonies of #63AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AFBE

Black with #63AFBE

Text Example


Text Example

White with #63AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,175,190); }

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

background-color css

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

 a { background-color: rgb(99,175,190); }

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

border-color css

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

 span { border-color: rgb(99,175,190); }

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