#7CAFBB

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

Shades of Glacier #7CAFBB

Tints of Glacier #7CAFBB

Color information

#7CAFBB (or 0x7CAFBB) is unknown color: approx Glacier. HEX triplet: 7C, AF and BB. RGB value is (124,175,187). Sum of RGB (Red+Green+Blue) = 124+175+187=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #7CAFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAFBB is #835044. Grayscale: #A1A1A1. Windows color (decimal): -8605765 or 12300156. OLE color: 12300156.

HSL color Cylindrical-coordinate representation of color #7CAFBB: hue angle of 191.43º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CAFBB is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB124175187-
CMYK0.340.0600.27
HSL191.43º31.66%60.98%-
HSV(B)191.43º33.69%73.33%-
XYZ32.6138.5352.73-
YUV161.12142.6101.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.51%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=25.51%
G=36.01%
B=38.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241751870.340.0600.27191.4331.6660.98
Hex7CAFBB22601Bbf203d
Octal1742572734260332774075
Binary1111100101011111011101110001011001101110111111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,175,187); }

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

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

 a { background-color: rgb(124,175,187); }

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

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

 span { border-color: rgb(124,175,187); }

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