#68ADD1

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

Shades of Seagull #68ADD1

Tints of Seagull #68ADD1

Color information

#68ADD1 (or 0x68ADD1) is unknown color: approx Seagull. HEX triplet: 68, AD and D1. RGB value is (104,173,209). Sum of RGB (Red+Green+Blue) = 104+173+209=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 173 (67.97% from 255 or 35.60% 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 #68ADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADD1 is #97522E. Grayscale: #9C9C9C. Windows color (decimal): -9916975 or 13741416. OLE color: 13741416.

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

Color convert

RGB104173209-
CMYK0.500.1700.18
HSL200.57º53.3%61.37%-
HSV(B)200.57º50.24%81.96%-
XYZ32.1637.4365.85-
YUV156.47157.6490.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.40%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=21.40%
G=35.60%
B=43.00%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1041732090.500.1700.18200.5753.361.37
Hex68ADD13211012c9353d
Octal15025532162210223116575
Binary110100010101101110100011100101000101001011001001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68ADD1; }

 p { color: rgb(104,173,209); }

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

<style>
 a { background-color: #68ADD1; }

 a { background-color: rgb(104,173,209); }

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

<style>
 span { border-color: #68ADD1; }

 span { border-color: rgb(104,173,209); }

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