Html Css Color HEX #63AFB8 Fountain Blue

📋 copy color: '#63AFB8'

red 99 ◦ green 175 ◦ blue 184

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

Shades of Fountain Blue #63AFB8

Tints of Fountain Blue #63AFB8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.21%

 BLUE value IS 184 (72.27% from 255) = 40.17%

R = 21.62%
G = 38.21%
B = 40.17%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#63AFB8 (or 0x63AFB8) is known color: Fountain Blue. HEX triplet: 63, AF and B8. RGB value is (99,175,184). Sum of RGB (Red+Green+Blue) = 99+175+184=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 184 - color contains mainly: blue. Hex color #63AFB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFB8 is #9C5047. Grayscale: #999999. Windows color (decimal): -10244168 or 12103523. OLE color: 12103523.

HSL color Cylindrical-coordinate representation of color #63AFB8: hue angle of 186.35º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63AFB8 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 99 175 184 -
CMYK 0.46 0.05 0 0.28
HSL 186.35º 0.37% 0.55% -
HSV(B) 186.35º 0.46% 0.72% -
XYZ 29.13 36.77 50.91 -
YUV 153.3 145.32 89.27 -
System Red Green Blue C M Y K H S L
Decimal 99 175 184 0.46 0.05 0 0.28 186.35 0.37 0.55
Hex 63 AF B8 2E 5 0 1C BA 25 37
Octal 143 257 270 56 5 0 34 272 45 67
Binary 1100011 10101111 10111000 101110 101 0 11100 10111010 100101 110111

Color Harmonies of #63AFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AFB8

Black with #63AFB8

Text Example


Text Example

White with #63AFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,175,184); }

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

background-color css

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

 a { background-color: rgb(99,175,184); }

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

border-color css

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

 span { border-color: rgb(99,175,184); }

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