#67BABE

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

Shades of Fountain Blue #67BABE

Tints of Fountain Blue #67BABE

Color information

#67BABE (or 0x67BABE) is unknown color: approx Fountain Blue. HEX triplet: 67, BA and BE. RGB value is (103,186,190). Sum of RGB (Red+Green+Blue) = 103+186+190=479 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.50% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #67BABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BABE is #984541. Grayscale: #A1A1A1. Windows color (decimal): -9979202 or 12499559. OLE color: 12499559.

HSL color Cylindrical-coordinate representation of color #67BABE: hue angle of 182.76º 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 #67BABE is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB103186190-
CMYK0.460.0200.25
HSL182.76º40.09%57.45%-
HSV(B)182.76º45.79%74.51%-
XYZ32.4541.7255.06-
YUV161.6414486.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.50%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=21.50%
G=38.83%
B=39.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031861900.460.0200.25182.7640.0957.45
Hex67BABE2E2019b72839
Octal1472722765620312675071
Binary110011110111010101111101011101001100110110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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