#67ABBC

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

Shades of Fountain Blue #67ABBC

Tints of Fountain Blue #67ABBC

Color information

#67ABBC (or 0x67ABBC) is unknown color: approx Fountain Blue. HEX triplet: 67, AB and BC. RGB value is (103,171,188). Sum of RGB (Red+Green+Blue) = 103+171+188=462 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.29% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #67ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABBC is #985443. Grayscale: #989898. Windows color (decimal): -9983044 or 12364647. OLE color: 12364647.

HSL color Cylindrical-coordinate representation of color #67ABBC: hue angle of 192º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67ABBC is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB103171188-
CMYK0.450.0900.26
HSL192º38.81%57.06%-
HSV(B)192º45.21%73.73%-
XYZ29.2335.6452.92-
YUV152.61147.9792.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.29%
GREEN value IS 171 (67.19% from 255) = 37.01%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=22.29%
G=37.01%
B=40.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031711880.450.0900.2619238.8157.06
Hex67ABBC2D901Ac02739
Octal14725327455110323004771
Binary11001111010101110111100101101100101101011000000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,171,188); }

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

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

 a { background-color: rgb(103,171,188); }

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

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

 span { border-color: rgb(103,171,188); }

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