#67B0CF

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

Shades of Seagull #67B0CF

Tints of Seagull #67B0CF

Color information

#67B0CF (or 0x67B0CF) is unknown color: approx Seagull. HEX triplet: 67, B0 and CF. RGB value is (103,176,207). Sum of RGB (Red+Green+Blue) = 103+176+207=486 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.19% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #67B0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B0CF is #984F30. Grayscale: #9D9D9D. Windows color (decimal): -9981745 or 13611111. OLE color: 13611111.

HSL color Cylindrical-coordinate representation of color #67B0CF: hue angle of 197.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67B0CF is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB103176207-
CMYK0.500.1500.19
HSL197.88º52%60.78%-
HSV(B)197.88º50.24%81.18%-
XYZ32.3838.4464.74-
YUV157.71155.8288.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.19%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 207 (81.25% from 255) = 42.59%
R=21.19%
G=36.21%
B=42.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1031762070.500.1500.19197.885260.78
Hex67B0CF32F013c6343d
Octal14726031762170233066475
Binary11001111011000011001111110010111101001111000110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,176,207); }

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

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

 a { background-color: rgb(103,176,207); }

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

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

 span { border-color: rgb(103,176,207); }

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