#63BEC4

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

Shades of Fountain Blue #63BEC4

Tints of Fountain Blue #63BEC4

Color information

#63BEC4 (or 0x63BEC4) is unknown color: approx Fountain Blue. HEX triplet: 63, BE and C4. RGB value is (99,190,196). Sum of RGB (Red+Green+Blue) = 99+190+196=485 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.41% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 196 (76.95% from 255 or 40.41% from 485); Max value from RGB is 196 - color contains mainly: blue. Hex color #63BEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BEC4 is #9C413B. Grayscale: #A3A3A3. Windows color (decimal): -10240316 or 12893795. OLE color: 12893795.

HSL color Cylindrical-coordinate representation of color #63BEC4: hue angle of 183.71º 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 #63BEC4 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB99190196-
CMYK0.490.0300.23
HSL183.71º45.12%57.84%-
HSV(B)183.71º49.49%76.86%-
XYZ33.5243.4758.85-
YUV163.47146.3582.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 20.41%
GREEN value IS 190 (74.61% from 255) = 39.18%
BLUE value IS 196 (76.95% from 255) = 40.41%
R=20.41%
G=39.18%
B=40.41%

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
Decimal991901960.490.0300.23183.7145.1257.84
Hex63BEC4313017b82d3a
Octal1432763046130272705572
Binary110001110111110110001001100011101011110111000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63BEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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