Html Css Color HEX #63B3C3 Fountain Blue

📋 copy color: '#63B3C3'

red 99 ◦ green 179 ◦ blue 195

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

Shades of Fountain Blue #63B3C3

Tints of Fountain Blue #63B3C3

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.84%

 BLUE value IS 195 (76.56% from 255) = 41.23%

R = 20.93%
G = 37.84%
B = 41.23%

CMYK

 C value IS 0.49

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#63B3C3 (or 0x63B3C3) is known color: Fountain Blue. HEX triplet: 63, B3 and C3. RGB value is (99,179,195). Sum of RGB (Red+Green+Blue) = 99+179+195=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #63B3C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B3C3 is #9C4C3C. Grayscale: #9C9C9C. Windows color (decimal): -10243133 or 12825443. OLE color: 12825443.

HSL color Cylindrical-coordinate representation of color #63B3C3: hue angle of 190º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63B3C3 is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 99 179 195 -
CMYK 0.49 0.08 0 0.24
HSL 190º 0.44% 0.58% -
HSV(B) 190º 0.49% 0.76% -
XYZ 31.12 38.83 57.49 -
YUV 156.9 149.5 86.7 -
System Red Green Blue C M Y K H S L
Decimal 99 179 195 0.49 0.08 0 0.24 190 0.44 0.58
Hex 63 B3 C3 31 8 0 18 BE 2C 3A
Octal 143 263 303 61 10 0 30 276 54 72
Binary 1100011 10110011 11000011 110001 1000 0 11000 10111110 101100 111010

Color Harmonies of #63B3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B3C3

Black with #63B3C3

Text Example


Text Example

White with #63B3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,179,195); }

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

background-color css

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

 a { background-color: rgb(99,179,195); }

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

border-color css

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

 span { border-color: rgb(99,179,195); }

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