#8DBFC7

Color #8DBFC7 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #8DBFC7

Tints of Glacier #8DBFC7

Color information

#8DBFC7 (or 0x8DBFC7) is unknown color: approx Glacier. HEX triplet: 8D, BF and C7. RGB value is (141,191,199). Sum of RGB (Red+Green+Blue) = 141+191+199=531 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.55% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 199 - color contains mainly: blue. Hex color #8DBFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBFC7 is #724038. Grayscale: #B0B0B0. Windows color (decimal): -7487545 or 13090701. OLE color: 13090701.

HSL color Cylindrical-coordinate representation of color #8DBFC7: hue angle of 188.28º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DBFC7 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB141191199-
CMYK0.290.0400.22
HSL188.28º34.12%66.67%-
HSV(B)188.28º29.15%78.04%-
XYZ39.9247.0561.01-
YUV176.96140.44102.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.55%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 199 (78.12% from 255) = 37.48%
R=26.55%
G=35.97%
B=37.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411911990.290.0400.22188.2834.1266.67
Hex8DBFC71D4016bc2243
Octal21527730735402627442103
Binary10001101101111111100011111101100010110101111001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DBFC7; }

 p { color: rgb(141,191,199); }

 H1.HeaderClassName
 {
   color: #8DBFC7;
 }
 .AnyTagClassName
 {
   color: #8DBFC7;
 }
</style>
background-color css

<style>
 a { background-color: #8DBFC7; }

 a { background-color: rgb(141,191,199); }

 div.DivClassName
 {
   background-color: #8DBFC7;
 }
 .BgClassName
 {
   background-color: #8DBFC7;
 }
</style>
border-color css

<style>
 span { border-color: #8DBFC7; }

 span { border-color: rgb(141,191,199); }

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