#69AFCD

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

Shades of Seagull #69AFCD

Tints of Seagull #69AFCD

Color information

#69AFCD (or 0x69AFCD) is unknown color: approx Seagull. HEX triplet: 69, AF and CD. RGB value is (105,175,205). Sum of RGB (Red+Green+Blue) = 105+175+205=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #69AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AFCD is #965032. Grayscale: #9D9D9D. Windows color (decimal): -9850931 or 13479785. OLE color: 13479785.

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

Color convert

RGB105175205-
CMYK0.490.1500.20
HSL198º50%60.78%-
HSV(B)198º48.78%80.39%-
XYZ32.1838.0763.41-
YUV157.49154.8190.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.65%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=21.65%
G=36.08%
B=42.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051752050.490.1500.201985060.78
Hex69AFCD31F014c6323d
Octal15125731561170243066275
Binary11010011010111111001101110001111101010011000110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,175,205); }

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

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

 a { background-color: rgb(105,175,205); }

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

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

 span { border-color: rgb(105,175,205); }

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