Html Css Color HEX #63AEC3 Fountain Blue

📋 copy color: '#63AEC3'

red 99 ◦ green 174 ◦ blue 195

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

Shades of Fountain Blue #63AEC3

Tints of Fountain Blue #63AEC3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.18%

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

R = 21.15%
G = 37.18%
B = 41.67%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#63AEC3 (or 0x63AEC3) is known color: Fountain Blue. HEX triplet: 63, AE and C3. RGB value is (99,174,195). Sum of RGB (Red+Green+Blue) = 99+174+195=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 195 - color contains mainly: blue. Hex color #63AEC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AEC3 is #9C513C. Grayscale: #999999. Windows color (decimal): -10244413 or 12824163. OLE color: 12824163.

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

Color convert

RGB 99 174 195 -
CMYK 0.49 0.11 0 0.24
HSL 193.13º 0.44% 0.58% -
HSV(B) 193.13º 0.49% 0.76% -
XYZ 30.13 36.86 57.16 -
YUV 153.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 99 174 195 0.49 0.11 0 0.24 193.13 0.44 0.58
Hex 63 AE C3 31 B 0 18 C1 2C 3A
Octal 143 256 303 61 13 0 30 301 54 72
Binary 1100011 10101110 11000011 110001 1011 0 11000 11000001 101100 111010

Color Harmonies of #63AEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AEC3

Black with #63AEC3

Text Example


Text Example

White with #63AEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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