#68AECE

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

Shades of Seagull #68AECE

Tints of Seagull #68AECE

Color information

#68AECE (or 0x68AECE) is unknown color: approx Seagull. HEX triplet: 68, AE and CE. RGB value is (104,174,206). Sum of RGB (Red+Green+Blue) = 104+174+206=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 174 (68.36% from 255 or 35.95% 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 #68AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AECE is #975131. Grayscale: #9C9C9C. Windows color (decimal): -9916722 or 13545064. OLE color: 13545064.

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

Color convert

RGB104174206-
CMYK0.500.1600.19
HSL198.82º51%60.78%-
HSV(B)198.82º49.51%80.78%-
XYZ31.9937.6763.98-
YUV156.72155.8190.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.49%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=21.49%
G=35.95%
B=42.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041742060.500.1600.19198.825160.78
Hex68AECE3210013c7333d
Octal15025631662200233076375
Binary110100010101110110011101100101000001001111000111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,174,206); }

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

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

 a { background-color: rgb(104,174,206); }

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

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

 span { border-color: rgb(104,174,206); }

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