#68AFD0

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

Shades of Seagull #68AFD0

Tints of Seagull #68AFD0

Color information

#68AFD0 (or 0x68AFD0) is unknown color: approx Seagull. HEX triplet: 68, AF and D0. RGB value is (104,175,208). Sum of RGB (Red+Green+Blue) = 104+175+208=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #68AFD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFD0 is #97502F. Grayscale: #9D9D9D. Windows color (decimal): -9916464 or 13676392. OLE color: 13676392.

HSL color Cylindrical-coordinate representation of color #68AFD0: hue angle of 199.04º 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 #68AFD0 is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB104175208-
CMYK0.50.1600.18
HSL199.04º52.53%61.18%-
HSV(B)199.04º50%81.57%-
XYZ32.4238.1665.33-
YUV157.53156.4889.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.36%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 208 (81.64% from 255) = 42.71%
R=21.36%
G=35.93%
B=42.71%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1041752080.50.1600.18199.0452.5361.18
Hex68AFD03210012c7353d
Octal15025732062200223076575
Binary110100010101111110100001100101000001001011000111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,175,208); }

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

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

 a { background-color: rgb(104,175,208); }

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

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

 span { border-color: rgb(104,175,208); }

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