#7FBDC3

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

Shades of Glacier #7FBDC3

Tints of Glacier #7FBDC3

Color information

#7FBDC3 (or 0x7FBDC3) is unknown color: approx Glacier. HEX triplet: 7F, BD and C3. RGB value is (127,189,195). Sum of RGB (Red+Green+Blue) = 127+189+195=511 (67% of max value = 765). Red value is 127 (50% from 255 or 24.85% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 195 - color contains mainly: blue. Hex color #7FBDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDC3 is #80423C. Grayscale: #ABABAB. Windows color (decimal): -8405565 or 12828031. OLE color: 12828031.

HSL color Cylindrical-coordinate representation of color #7FBDC3: hue angle of 185.29º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FBDC3 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB127189195-
CMYK0.350.0300.24
HSL185.29º36.17%63.14%-
HSV(B)185.29º34.87%76.47%-
XYZ36.844.8558.35-
YUV171.15141.4696.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.85%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 195 (76.56% from 255) = 38.16%
R=24.85%
G=36.99%
B=38.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271891950.350.0300.24185.2936.1763.14
Hex7FBDC3233018b9243f
Octal1772753034330302714477
Binary111111110111101110000111000111101100010111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FBDC3; }

 p { color: rgb(127,189,195); }

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

<style>
 a { background-color: #7FBDC3; }

 a { background-color: rgb(127,189,195); }

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

<style>
 span { border-color: #7FBDC3; }

 span { border-color: rgb(127,189,195); }

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