Html Css Color HEX #63AFC4 Glacier

📋 copy color: '#63AFC4'

red 99 ◦ green 175 ◦ blue 196

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

Shades of Glacier #63AFC4

Tints of Glacier #63AFC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.7%

R = 21.06%
G = 37.23%
B = 41.7%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#63AFC4 (or 0x63AFC4) is known color: Glacier. HEX triplet: 63, AF and C4. RGB value is (99,175,196). Sum of RGB (Red+Green+Blue) = 99+175+196=470 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.06% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #63AFC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFC4 is #9C503B. Grayscale: #9A9A9A. Windows color (decimal): -10244156 or 12889955. OLE color: 12889955.

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

Color convert

RGB 99 175 196 -
CMYK 0.49 0.11 0 0.23
HSL 192.99º 0.45% 0.58% -
HSV(B) 192.99º 0.49% 0.77% -
XYZ 30.44 37.3 57.82 -
YUV 154.67 151.32 88.29 -
System Red Green Blue C M Y K H S L
Decimal 99 175 196 0.49 0.11 0 0.23 192.99 0.45 0.58
Hex 63 AF C4 31 B 0 17 C1 2D 3A
Octal 143 257 304 61 13 0 27 301 55 72
Binary 1100011 10101111 11000100 110001 1011 0 10111 11000001 101101 111010

Color Harmonies of #63AFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AFC4

Black with #63AFC4

Text Example


Text Example

White with #63AFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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