#69ADCB

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

Shades of Seagull #69ADCB

Tints of Seagull #69ADCB

Color information

#69ADCB (or 0x69ADCB) is unknown color: approx Seagull. HEX triplet: 69, AD and CB. RGB value is (105,173,203). Sum of RGB (Red+Green+Blue) = 105+173+203=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #69ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADCB is #965234. Grayscale: #9B9B9B. Windows color (decimal): -9851445 or 13348201. OLE color: 13348201.

HSL color Cylindrical-coordinate representation of color #69ADCB: hue angle of 198.37º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69ADCB is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105173203-
CMYK0.480.1500.20
HSL198.37º48.51%60.39%-
HSV(B)198.37º48.28%79.61%-
XYZ31.5537.262.02-
YUV156.09154.4791.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.83%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=21.83%
G=35.97%
B=42.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051732030.480.1500.20198.3748.5160.39
Hex69ADCB30F014c6313c
Octal15125531360170243066174
Binary11010011010110111001011110000111101010011000110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69ADCB; }

 p { color: rgb(105,173,203); }

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

<style>
 a { background-color: #69ADCB; }

 a { background-color: rgb(105,173,203); }

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

<style>
 span { border-color: #69ADCB; }

 span { border-color: rgb(105,173,203); }

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