#68B8C9

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

Shades of Seagull #68B8C9

Tints of Seagull #68B8C9

Color information

#68B8C9 (or 0x68B8C9) is unknown color: approx Seagull. HEX triplet: 68, B8 and C9. RGB value is (104,184,201). Sum of RGB (Red+Green+Blue) = 104+184+201=489 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.27% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #68B8C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B8C9 is #974736. Grayscale: #A1A1A1. Windows color (decimal): -9914167 or 13219944. OLE color: 13219944.

HSL color Cylindrical-coordinate representation of color #68B8C9: hue angle of 190.52º 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 #68B8C9 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB104184201-
CMYK0.480.0800.21
HSL190.52º47.32%59.8%-
HSV(B)190.52º48.26%78.82%-
XYZ33.3941.4461.5-
YUV162.0215086.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.27%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 201 (78.91% from 255) = 41.10%
R=21.27%
G=37.63%
B=41.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1041842010.480.0800.21190.5247.3259.8
Hex68B8C9308015bf2f3c
Octal15027031160100252775774
Binary11010001011100011001001110000100001010110111111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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