#68BDC9

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

Shades of Seagull #68BDC9

Tints of Seagull #68BDC9

Color information

#68BDC9 (or 0x68BDC9) is unknown color: approx Seagull. HEX triplet: 68, BD and C9. RGB value is (104,189,201). Sum of RGB (Red+Green+Blue) = 104+189+201=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 201 - color contains mainly: blue. Hex color #68BDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDC9 is #974236. Grayscale: #A4A4A4. Windows color (decimal): -9912887 or 13221224. OLE color: 13221224.

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

Color convert

RGB104189201-
CMYK0.480.0600.21
HSL187.42º47.32%59.8%-
HSV(B)187.42º48.26%78.82%-
XYZ34.4543.5661.85-
YUV164.95148.3484.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.05%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 201 (78.91% from 255) = 40.69%
R=21.05%
G=38.26%
B=40.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1041892010.480.0600.21187.4247.3259.8
Hex68BDC9306015bb2f3c
Octal1502753116060252735774
Binary1101000101111011100100111000011001010110111011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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