#67B2D1

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

Shades of Seagull #67B2D1

Tints of Seagull #67B2D1

Color information

#67B2D1 (or 0x67B2D1) is unknown color: approx Seagull. HEX triplet: 67, B2 and D1. RGB value is (103,178,209). Sum of RGB (Red+Green+Blue) = 103+178+209=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #67B2D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B2D1 is #984D2E. Grayscale: #9E9E9E. Windows color (decimal): -9981231 or 13742695. OLE color: 13742695.

HSL color Cylindrical-coordinate representation of color #67B2D1: hue angle of 197.55º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67B2D1 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB103178209-
CMYK0.510.1500.18
HSL197.55º53.54%61.18%-
HSV(B)197.55º50.72%81.96%-
XYZ33.0239.3366.17-
YUV159.11156.1587.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.02%
GREEN value IS 178 (69.92% from 255) = 36.33%
BLUE value IS 209 (82.03% from 255) = 42.65%
R=21.02%
G=36.33%
B=42.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1031782090.510.1500.18197.5553.5461.18
Hex67B2D133F012c6363d
Octal14726232163170223066675
Binary11001111011001011010001110011111101001011000110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,178,209); }

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

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

 a { background-color: rgb(103,178,209); }

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

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

 span { border-color: rgb(103,178,209); }

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