Html Css Color HEX #63AFBA Fountain Blue

📋 copy color: '#63AFBA'

red 99 ◦ green 175 ◦ blue 186

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

Shades of Fountain Blue #63AFBA

Tints of Fountain Blue #63AFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 21.52%
G = 38.04%
B = 40.43%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#63AFBA (or 0x63AFBA) is known color: Fountain Blue. HEX triplet: 63, AF and BA. RGB value is (99,175,186). Sum of RGB (Red+Green+Blue) = 99+175+186=460 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.52% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #63AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFBA is #9C5045. Grayscale: #999999. Windows color (decimal): -10244166 or 12234595. OLE color: 12234595.

HSL color Cylindrical-coordinate representation of color #63AFBA: hue angle of 187.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63AFBA is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 175 186 -
CMYK 0.47 0.06 0 0.27
HSL 187.59º 0.39% 0.56% -
HSV(B) 187.59º 0.47% 0.73% -
XYZ 29.34 36.86 52.02 -
YUV 153.53 146.32 89.11 -
System Red Green Blue C M Y K H S L
Decimal 99 175 186 0.47 0.06 0 0.27 187.59 0.39 0.56
Hex 63 AF BA 2F 6 0 1B BC 27 38
Octal 143 257 272 57 6 0 33 274 47 70
Binary 1100011 10101111 10111010 101111 110 0 11011 10111100 100111 111000

Color Harmonies of #63AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AFBA

Black with #63AFBA

Text Example


Text Example

White with #63AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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