#69ADCE

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

Shades of Seagull #69ADCE

Tints of Seagull #69ADCE

Color information

#69ADCE (or 0x69ADCE) is unknown color: approx Seagull. HEX triplet: 69, AD and CE. RGB value is (105,173,206). Sum of RGB (Red+Green+Blue) = 105+173+206=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #69ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADCE is #965231. Grayscale: #9C9C9C. Windows color (decimal): -9851442 or 13544809. OLE color: 13544809.

HSL color Cylindrical-coordinate representation of color #69ADCE: hue angle of 199.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69ADCE is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB105173206-
CMYK0.490.1600.19
HSL199.6º50.75%60.98%-
HSV(B)199.6º49.03%80.78%-
XYZ31.9137.3563.92-
YUV156.43155.9791.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.69%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=21.69%
G=35.74%
B=42.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1051732060.490.1600.19199.650.7560.98
Hex69ADCE3110013c8333d
Octal15125531661200233106375
Binary110100110101101110011101100011000001001111001000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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