#7BBFC7

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

Shades of Glacier #7BBFC7

Tints of Glacier #7BBFC7

Color information

#7BBFC7 (or 0x7BBFC7) is unknown color: approx Glacier. HEX triplet: 7B, BF and C7. RGB value is (123,191,199). Sum of RGB (Red+Green+Blue) = 123+191+199=513 (67% of max value = 765). Red value is 123 (48.44% from 255 or 23.98% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 199 - color contains mainly: blue. Hex color #7BBFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBFC7 is #844038. Grayscale: #ABABAB. Windows color (decimal): -8667193 or 13090683. OLE color: 13090683.

HSL color Cylindrical-coordinate representation of color #7BBFC7: hue angle of 186.32º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BBFC7 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB123191199-
CMYK0.380.0400.22
HSL186.32º40.43%63.14%-
HSV(B)186.32º38.19%78.04%-
XYZ37.1145.660.88-
YUV171.58143.4793.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.98%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 199 (78.12% from 255) = 38.79%
R=23.98%
G=37.23%
B=38.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1231911990.380.0400.22186.3240.4363.14
Hex7BBFC7264016ba283f
Octal1732773074640262725077
Binary1111011101111111100011110011010001011010111010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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