#69ACD1

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

Shades of Seagull #69ACD1

Tints of Seagull #69ACD1

Color information

#69ACD1 (or 0x69ACD1) is unknown color: approx Seagull. HEX triplet: 69, AC and D1. RGB value is (105,172,209). Sum of RGB (Red+Green+Blue) = 105+172+209=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: blue. Hex color #69ACD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACD1 is #96532E. Grayscale: #9B9B9B. Windows color (decimal): -9851695 or 13741161. OLE color: 13741161.

HSL color Cylindrical-coordinate representation of color #69ACD1: hue angle of 201.35º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69ACD1 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB105172209-
CMYK0.500.1800.18
HSL201.35º53.06%61.57%-
HSV(B)201.35º49.76%81.96%-
XYZ32.0937.1165.79-
YUV156.18157.891.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.60%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=21.60%
G=35.39%
B=43.00%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1051722090.500.1800.18201.3553.0661.57
Hex69ACD13212012c9353e
Octal15125432162220223116576
Binary110100110101100110100011100101001001001011001001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,172,209); }

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

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

 a { background-color: rgb(105,172,209); }

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

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

 span { border-color: rgb(105,172,209); }

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