#67BAC5

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

Shades of Glacier #67BAC5

Tints of Glacier #67BAC5

Color information

#67BAC5 (or 0x67BAC5) is unknown color: approx Glacier. HEX triplet: 67, BA and C5. RGB value is (103,186,197). Sum of RGB (Red+Green+Blue) = 103+186+197=486 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.19% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 197 - color contains mainly: blue. Hex color #67BAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BAC5 is #98453A. Grayscale: #A2A2A2. Windows color (decimal): -9979195 or 12958311. OLE color: 12958311.

HSL color Cylindrical-coordinate representation of color #67BAC5: hue angle of 187.02º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67BAC5 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB103186197-
CMYK0.480.0600.23
HSL187.02º44.76%58.82%-
HSV(B)187.02º47.72%77.25%-
XYZ33.2342.0359.19-
YUV162.44147.585.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.19%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 197 (77.34% from 255) = 40.53%
R=21.19%
G=38.27%
B=40.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1031861970.480.0600.23187.0244.7658.82
Hex67BAC5306017bb2d3b
Octal1472723056060272735573
Binary1100111101110101100010111000011001011110111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67BAC5; }

 p { color: rgb(103,186,197); }

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

<style>
 a { background-color: #67BAC5; }

 a { background-color: rgb(103,186,197); }

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

<style>
 span { border-color: #67BAC5; }

 span { border-color: rgb(103,186,197); }

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