Html Css Color HEX #63B0C5 Glacier

📋 copy color: '#63B0C5'

red 99 ◦ green 176 ◦ blue 197

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

Shades of Glacier #63B0C5

Tints of Glacier #63B0C5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.29%

 BLUE value IS 197 (77.34% from 255) = 41.74%

R = 20.97%
G = 37.29%
B = 41.74%

CMYK

 C value IS 0.50

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#63B0C5 (or 0x63B0C5) is known color: Glacier. HEX triplet: 63, B0 and C5. RGB value is (99,176,197). Sum of RGB (Red+Green+Blue) = 99+176+197=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #63B0C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B0C5 is #9C4F3A. Grayscale: #9B9B9B. Windows color (decimal): -10243899 or 12955747. OLE color: 12955747.

HSL color Cylindrical-coordinate representation of color #63B0C5: hue angle of 192.86º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63B0C5 is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 99 176 197 -
CMYK 0.50 0.11 0 0.23
HSL 192.86º 0.46% 0.58% -
HSV(B) 192.86º 0.5% 0.77% -
XYZ 30.75 37.73 58.49 -
YUV 155.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 99 176 197 0.50 0.11 0 0.23 192.86 0.46 0.58
Hex 63 B0 C5 32 B 0 17 C1 2E 3A
Octal 143 260 305 62 13 0 27 301 56 72
Binary 1100011 10110000 11000101 110010 1011 0 10111 11000001 101110 111010

Color Harmonies of #63B0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B0C5

Black with #63B0C5

Text Example


Text Example

White with #63B0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,176,197); }

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

background-color css

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

 a { background-color: rgb(99,176,197); }

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

border-color css

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

 span { border-color: rgb(99,176,197); }

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