Html Css Color HEX #63ABBC Fountain Blue

📋 copy color: '#63ABBC'

red 99 ◦ green 171 ◦ blue 188

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

Shades of Fountain Blue #63ABBC

Tints of Fountain Blue #63ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.34%

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 21.62%
G = 37.34%
B = 41.05%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#63ABBC (or 0x63ABBC) is known color: Fountain Blue. HEX triplet: 63, AB and BC. RGB value is (99,171,188). Sum of RGB (Red+Green+Blue) = 99+171+188=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #63ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ABBC is #9C5443. Grayscale: #979797. Windows color (decimal): -10245188 or 12364643. OLE color: 12364643.

HSL color Cylindrical-coordinate representation of color #63ABBC: hue angle of 191.46º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63ABBC is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 171 188 -
CMYK 0.47 0.09 0 0.26
HSL 191.46º 0.4% 0.56% -
HSV(B) 191.46º 0.47% 0.74% -
XYZ 28.79 35.41 52.89 -
YUV 151.41 148.65 90.62 -
System Red Green Blue C M Y K H S L
Decimal 99 171 188 0.47 0.09 0 0.26 191.46 0.4 0.56
Hex 63 AB BC 2F 9 0 1A BF 28 38
Octal 143 253 274 57 11 0 32 277 50 70
Binary 1100011 10101011 10111100 101111 1001 0 11010 10111111 101000 111000

Color Harmonies of #63ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ABBC

Black with #63ABBC

Text Example


Text Example

White with #63ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,171,188); }

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

background-color css

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

 a { background-color: rgb(99,171,188); }

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

border-color css

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

 span { border-color: rgb(99,171,188); }

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