Html Css Color HEX #84AFC5 Glacier

📋 copy color: '#84AFC5'

red 132 ◦ green 175 ◦ blue 197

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

Shades of Glacier #84AFC5

Tints of Glacier #84AFC5

RGB

 RED value IS 132 (51.95% from 255) = 26.19%

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

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

R = 26.19%
G = 34.72%
B = 39.09%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#84AFC5 (or 0x84AFC5) is known color: Glacier. HEX triplet: 84, AF and C5. RGB value is (132,175,197). Sum of RGB (Red+Green+Blue) = 132+175+197=504 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.19% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 197 - color contains mainly: blue. Hex color #84AFC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84AFC5 is #7B503A. Grayscale: #A4A4A4. Windows color (decimal): -8081467 or 12955524. OLE color: 12955524.

HSL color Cylindrical-coordinate representation of color #84AFC5: hue angle of 200.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84AFC5 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 132 175 197 -
CMYK 0.33 0.11 0 0.23
HSL 200.31º 0.36% 0.65% -
HSV(B) 200.31º 0.33% 0.77% -
XYZ 34.92 39.6 58.63 -
YUV 164.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 132 175 197 0.33 0.11 0 0.23 200.31 0.36 0.65
Hex 84 AF C5 21 B 0 17 C8 24 41
Octal 204 257 305 41 13 0 27 310 44 101
Binary 10000100 10101111 11000101 100001 1011 0 10111 11001000 100100 1000001

Color Harmonies of #84AFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AFC5

Black with #84AFC5

Text Example


Text Example

White with #84AFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84AFC5; }

 p { color: rgb(132,175,197); }

 H1.HeaderClassName
 {
   color: #84AFC5;
 }
 .AnyTagClassName
 {
   color: #84AFC5;
 }
</style>

background-color css

<style>
 a { background-color: #84AFC5; }

 a { background-color: rgb(132,175,197); }

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

border-color css

<style>
 span { border-color: #84AFC5; }

 span { border-color: rgb(132,175,197); }

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