#67ADCD

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

Shades of Seagull #67ADCD

Tints of Seagull #67ADCD

Color information

#67ADCD (or 0x67ADCD) is unknown color: approx Seagull. HEX triplet: 67, AD and CD. RGB value is (103,173,205). Sum of RGB (Red+Green+Blue) = 103+173+205=481 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.41% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #67ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADCD is #985232. Grayscale: #9B9B9B. Windows color (decimal): -9982515 or 13479271. OLE color: 13479271.

HSL color Cylindrical-coordinate representation of color #67ADCD: hue angle of 198.82º 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 #67ADCD is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB103173205-
CMYK0.500.1600.20
HSL198.82º50.5%60.39%-
HSV(B)198.82º49.76%80.39%-
XYZ31.5637.1863.27-
YUV155.72155.8190.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.41%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=21.41%
G=35.97%
B=42.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1031732050.500.1600.20198.8250.560.39
Hex67ADCD3210014c7323c
Octal14725531562200243076274
Binary110011110101101110011011100101000001010011000111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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