#67BAC3

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

Shades of Glacier #67BAC3

Tints of Glacier #67BAC3

Color information

#67BAC3 (or 0x67BAC3) is unknown color: approx Glacier. HEX triplet: 67, BA and C3. RGB value is (103,186,195). Sum of RGB (Red+Green+Blue) = 103+186+195=484 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.28% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #67BAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BAC3 is #98453C. Grayscale: #A2A2A2. Windows color (decimal): -9979197 or 12827239. OLE color: 12827239.

HSL color Cylindrical-coordinate representation of color #67BAC3: hue angle of 185.87º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67BAC3 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB103186195-
CMYK0.470.0500.24
HSL185.87º43.4%58.43%-
HSV(B)185.87º47.18%76.47%-
XYZ3341.9457.99-
YUV162.21146.585.77-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.28%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 195 (76.56% from 255) = 40.29%
R=21.28%
G=38.43%
B=40.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1031861950.470.0500.24185.8743.458.43
Hex67BAC32F5018ba2b3a
Octal1472723035750302725372
Binary1100111101110101100001110111110101100010111010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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