#67BBBC

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

Shades of Fountain Blue #67BBBC

Tints of Fountain Blue #67BBBC

Color information

#67BBBC (or 0x67BBBC) is unknown color: approx Fountain Blue. HEX triplet: 67, BB and BC. RGB value is (103,187,188). Sum of RGB (Red+Green+Blue) = 103+187+188=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #67BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BBBC is #984443. Grayscale: #A1A1A1. Windows color (decimal): -9978948 or 12368743. OLE color: 12368743.

HSL color Cylindrical-coordinate representation of color #67BBBC: hue angle of 180.71º 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 #67BBBC is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB103187188-
CMYK0.450.0100.26
HSL180.71º38.81%57.06%-
HSV(B)180.71º45.21%73.73%-
XYZ32.4442.0653.98-
YUV162142.6785.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.55%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=21.55%
G=39.12%
B=39.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031871880.450.0100.26180.7138.8157.06
Hex67BBBC2D101Ab52739
Octal1472732745510322654771
Binary11001111011101110111100101101101101010110101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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