#68BAC9

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

Shades of Seagull #68BAC9

Tints of Seagull #68BAC9

Color information

#68BAC9 (or 0x68BAC9) is unknown color: approx Seagull. HEX triplet: 68, BA and C9. RGB value is (104,186,201). Sum of RGB (Red+Green+Blue) = 104+186+201=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #68BAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BAC9 is #974536. Grayscale: #A3A3A3. Windows color (decimal): -9913655 or 13220456. OLE color: 13220456.

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

Color convert

RGB104186201-
CMYK0.480.0700.21
HSL189.28º47.32%59.8%-
HSV(B)189.28º48.26%78.82%-
XYZ33.8142.2861.64-
YUV163.19149.3385.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.18%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=21.18%
G=37.88%
B=40.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1041862010.480.0700.21189.2847.3259.8
Hex68BAC9307015bd2f3c
Octal1502723116070252755774
Binary1101000101110101100100111000011101010110111101101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,186,201); }

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

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

 a { background-color: rgb(104,186,201); }

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

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

 span { border-color: rgb(104,186,201); }

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