#7fbbc3

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

Shades of Glacier #7FBBC3

Tints of Glacier #7FBBC3

Color information

#7FBBC3 (or 0x7FBBC3) is unknown color: approx Glacier. HEX triplet: 7F, BB and C3. RGB value is (127,187,195). Sum of RGB (Red+Green+Blue) = 127+187+195=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 195 - color contains mainly: blue. Hex color #7FBBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBC3 is #80443C. Grayscale: #A9A9A9. Windows color (decimal): -8406077 or 12827519. OLE color: 12827519.

HSL color Cylindrical-coordinate representation of color #7FBBC3: hue angle of 187.06º 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 #7FBBC3 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB127187195-
CMYK0.350.0400.24
HSL187.06º36.17%63.14%-
HSV(B)187.06º34.87%76.47%-
XYZ36.3743.9958.2-
YUV169.97142.1297.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.95%
GREEN value IS 187 (73.44% from 255) = 36.74%
BLUE value IS 195 (76.56% from 255) = 38.31%
R=24.95%
G=36.74%
B=38.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271871950.350.0400.24187.0636.1763.14
Hex7FBBC3234018bb243f
Octal1772733034340302734477
Binary1111111101110111100001110001110001100010111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fbbc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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