#63BFC4

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

Shades of Fountain Blue #63BFC4

Tints of Fountain Blue #63BFC4

Color information

#63BFC4 (or 0x63BFC4) is unknown color: approx Fountain Blue. HEX triplet: 63, BF and C4. RGB value is (99,191,196). Sum of RGB (Red+Green+Blue) = 99+191+196=486 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.37% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #63BFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFC4 is #9C403B. Grayscale: #A3A3A3. Windows color (decimal): -10240060 or 12894051. OLE color: 12894051.

HSL color Cylindrical-coordinate representation of color #63BFC4: hue angle of 183.09º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63BFC4 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB99191196-
CMYK0.490.0300.23
HSL183.09º45.12%57.84%-
HSV(B)183.09º49.49%76.86%-
XYZ33.7443.958.92-
YUV164.06146.0281.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.37%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 196 (76.95% from 255) = 40.33%
R=20.37%
G=39.30%
B=40.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal991911960.490.0300.23183.0945.1257.84
Hex63BFC4313017b72d3a
Octal1432773046130272675572
Binary110001110111111110001001100011101011110110111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,191,196); }

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

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

 a { background-color: rgb(99,191,196); }

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

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

 span { border-color: rgb(99,191,196); }

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