#67ADC8

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

Shades of Seagull #67ADC8

Tints of Seagull #67ADC8

Color information

#67ADC8 (or 0x67ADC8) is unknown color: approx Seagull. HEX triplet: 67, AD and C8. RGB value is (103,173,200). Sum of RGB (Red+Green+Blue) = 103+173+200=476 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.64% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #67ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADC8 is #985237. Grayscale: #9A9A9A. Windows color (decimal): -9982520 or 13151591. OLE color: 13151591.

HSL color Cylindrical-coordinate representation of color #67ADC8: hue angle of 196.7º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67ADC8 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB103173200-
CMYK0.480.1400.22
HSL196.7º46.86%59.41%-
HSV(B)196.7º48.5%78.43%-
XYZ30.9636.9460.14-
YUV155.15153.3190.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.64%
GREEN value IS 173 (67.97% from 255) = 36.34%
BLUE value IS 200 (78.52% from 255) = 42.02%
R=21.64%
G=36.34%
B=42.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1031732000.480.1400.22196.746.8659.41
Hex67ADC830E016c52f3b
Octal14725531060160263055773
Binary11001111010110111001000110000111001011011000101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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