#7FBBC1

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

Shades of Glacier #7FBBC1

Tints of Glacier #7FBBC1

Color information

#7FBBC1 (or 0x7FBBC1) is unknown color: approx Glacier. HEX triplet: 7F, BB and C1. RGB value is (127,187,193). Sum of RGB (Red+Green+Blue) = 127+187+193=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #7FBBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBC1 is #80443E. Grayscale: #A9A9A9. Windows color (decimal): -8406079 or 12696447. OLE color: 12696447.

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

Color convert

RGB127187193-
CMYK0.340.0300.24
HSL185.45º34.74%62.75%-
HSV(B)185.45º34.2%75.69%-
XYZ36.1543.957.02-
YUV169.74141.1297.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.05%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 193 (75.78% from 255) = 38.07%
R=25.05%
G=36.88%
B=38.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271871930.340.0300.24185.4534.7462.75
Hex7FBBC1223018b9233f
Octal1772733014230302714377
Binary111111110111011110000011000101101100010111001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,187,193); }

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

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

 a { background-color: rgb(127,187,193); }

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

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

 span { border-color: rgb(127,187,193); }

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