#7BAFC3

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

Shades of Glacier #7BAFC3

Tints of Glacier #7BAFC3

Color information

#7BAFC3 (or 0x7BAFC3) is unknown color: approx Glacier. HEX triplet: 7B, AF and C3. RGB value is (123,175,195). Sum of RGB (Red+Green+Blue) = 123+175+195=493 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.95% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 195 - color contains mainly: blue. Hex color #7BAFC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFC3 is #84503C. Grayscale: #A1A1A1. Windows color (decimal): -8671293 or 12824443. OLE color: 12824443.

HSL color Cylindrical-coordinate representation of color #7BAFC3: hue angle of 196.67º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BAFC3 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB123175195-
CMYK0.370.1000.24
HSL196.67º37.5%62.35%-
HSV(B)196.67º36.92%76.47%-
XYZ33.3538.8157.36-
YUV161.73146.77100.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 24.95%
GREEN value IS 175 (68.75% from 255) = 35.50%
BLUE value IS 195 (76.56% from 255) = 39.55%
R=24.95%
G=35.50%
B=39.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231751950.370.1000.24196.6737.562.35
Hex7BAFC325A018c5263e
Octal17325730345120303054676
Binary11110111010111111000011100101101001100011000101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,175,195); }

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

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

 a { background-color: rgb(123,175,195); }

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

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

 span { border-color: rgb(123,175,195); }

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