#67BACD

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

Shades of Seagull #67BACD

Tints of Seagull #67BACD

Color information

#67BACD (or 0x67BACD) is unknown color: approx Seagull. HEX triplet: 67, BA and CD. RGB value is (103,186,205). Sum of RGB (Red+Green+Blue) = 103+186+205=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #67BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BACD is #984532. Grayscale: #A3A3A3. Windows color (decimal): -9979187 or 13482599. OLE color: 13482599.

HSL color Cylindrical-coordinate representation of color #67BACD: hue angle of 191.18º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67BACD is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB103186205-
CMYK0.500.0900.20
HSL191.18º50.5%60.39%-
HSV(B)191.18º49.76%80.39%-
XYZ34.1742.4164.14-
YUV163.35151.584.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.85%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=20.85%
G=37.65%
B=41.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031862050.500.0900.20191.1850.560.39
Hex67BACD329014bf323c
Octal14727231562110242776274
Binary11001111011101011001101110010100101010010111111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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