#67AFB9

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

Shades of Fountain Blue #67AFB9

Tints of Fountain Blue #67AFB9

Color information

#67AFB9 (or 0x67AFB9) is unknown color: approx Fountain Blue. HEX triplet: 67, AF and B9. RGB value is (103,175,185). Sum of RGB (Red+Green+Blue) = 103+175+185=463 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.25% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #67AFB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFB9 is #985046. Grayscale: #9A9A9A. Windows color (decimal): -9982023 or 12169063. OLE color: 12169063.

HSL color Cylindrical-coordinate representation of color #67AFB9: hue angle of 187.32º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67AFB9 is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB103175185-
CMYK0.440.0500.27
HSL187.32º36.94%56.47%-
HSV(B)187.32º44.32%72.55%-
XYZ29.6837.0551.49-
YUV154.61145.1591.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.25%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 185 (72.66% from 255) = 39.96%
R=22.25%
G=37.80%
B=39.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1031751850.440.0500.27187.3236.9456.47
Hex67AFB92C501Bbb2538
Octal1472572715450332734570
Binary1100111101011111011100110110010101101110111011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,175,185); }

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

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

 a { background-color: rgb(103,175,185); }

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

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

 span { border-color: rgb(103,175,185); }

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