#68AEC8

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

Shades of Seagull #68AEC8

Tints of Seagull #68AEC8

Color information

#68AEC8 (or 0x68AEC8) is unknown color: approx Seagull. HEX triplet: 68, AE and C8. RGB value is (104,174,200). Sum of RGB (Red+Green+Blue) = 104+174+200=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #68AEC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEC8 is #975137. Grayscale: #9B9B9B. Windows color (decimal): -9916728 or 13151848. OLE color: 13151848.

HSL color Cylindrical-coordinate representation of color #68AEC8: hue angle of 196.25º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68AEC8 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB104174200-
CMYK0.480.1300.22
HSL196.25º46.6%59.61%-
HSV(B)196.25º48%78.43%-
XYZ31.2737.3960.21-
YUV156.03152.8190.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.76%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 200 (78.52% from 255) = 41.84%
R=21.76%
G=36.40%
B=41.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041742000.480.1300.22196.2546.659.61
Hex68AEC830D016c42f3c
Octal15025631060150263045774
Binary11010001010111011001000110000110101011011000100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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