#67ADC9

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

Shades of Seagull #67ADC9

Tints of Seagull #67ADC9

Color information

#67ADC9 (or 0x67ADC9) is unknown color: approx Seagull. HEX triplet: 67, AD and C9. RGB value is (103,173,201). Sum of RGB (Red+Green+Blue) = 103+173+201=477 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.59% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #67ADC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADC9 is #985236. Grayscale: #9B9B9B. Windows color (decimal): -9982519 or 13217127. OLE color: 13217127.

HSL color Cylindrical-coordinate representation of color #67ADC9: hue angle of 197.14º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67ADC9 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB103173201-
CMYK0.490.1400.21
HSL197.14º47.57%59.61%-
HSV(B)197.14º48.76%78.82%-
XYZ31.0836.9960.76-
YUV155.26153.8190.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.59%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 201 (78.91% from 255) = 42.14%
R=21.59%
G=36.27%
B=42.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1031732010.490.1400.21197.1447.5759.61
Hex67ADC931E015c5303c
Octal14725531161160253056074
Binary11001111010110111001001110001111001010111000101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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