#67ADBE

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

Shades of Fountain Blue #67ADBE

Tints of Fountain Blue #67ADBE

Color information

#67ADBE (or 0x67ADBE) is unknown color: approx Fountain Blue. HEX triplet: 67, AD and BE. RGB value is (103,173,190). Sum of RGB (Red+Green+Blue) = 103+173+190=466 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.10% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #67ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADBE is #985241. Grayscale: #999999. Windows color (decimal): -9982530 or 12496231. OLE color: 12496231.

HSL color Cylindrical-coordinate representation of color #67ADBE: hue angle of 191.72º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67ADBE is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103173190-
CMYK0.460.0900.25
HSL191.72º40.09%57.45%-
HSV(B)191.72º45.79%74.51%-
XYZ29.8336.4954.19-
YUV154.01148.3191.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.10%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=22.10%
G=37.12%
B=40.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031731900.460.0900.25191.7240.0957.45
Hex67ADBE2E9019c02839
Octal14725527656110313005071
Binary11001111010110110111110101110100101100111000000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,173,190); }

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

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

 a { background-color: rgb(103,173,190); }

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

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

 span { border-color: rgb(103,173,190); }

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