#63AFB5

Color #63AFB5 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #63AFB5

Tints of Fountain Blue #63AFB5

Color information

#63AFB5 (or 0x63AFB5) is unknown color: approx Fountain Blue. HEX triplet: 63, AF and B5. RGB value is (99,175,181). Sum of RGB (Red+Green+Blue) = 99+175+181=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 181 - color contains mainly: blue. Hex color #63AFB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFB5 is #9C504A. Grayscale: #989898. Windows color (decimal): -10244171 or 11906915. OLE color: 11906915.

HSL color Cylindrical-coordinate representation of color #63AFB5: hue angle of 184.39º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63AFB5 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB99175181-
CMYK0.450.0300.29
HSL184.39º35.65%54.9%-
HSV(B)184.39º45.3%70.98%-
XYZ28.8236.6549.27-
YUV152.96143.8289.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.76%
GREEN value IS 175 (68.75% from 255) = 38.46%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=21.76%
G=38.46%
B=39.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal991751810.450.0300.29184.3935.6554.9
Hex63AFB52D301Db82437
Octal1432572655530352704467
Binary110001110101111101101011011011101110110111000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63AFB5;
 }
 .AnyTagClassName
 {
   color: #63AFB5;
 }
</style>
background-color css

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

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

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

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

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

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