#68BDC8

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

Shades of Seagull #68BDC8

Tints of Seagull #68BDC8

Color information

#68BDC8 (or 0x68BDC8) is unknown color: approx Seagull. HEX triplet: 68, BD and C8. RGB value is (104,189,200). Sum of RGB (Red+Green+Blue) = 104+189+200=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 200 - color contains mainly: blue. Hex color #68BDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDC8 is #974237. Grayscale: #A4A4A4. Windows color (decimal): -9912888 or 13155688. OLE color: 13155688.

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

Color convert

RGB104189200-
CMYK0.480.0600.22
HSL186.88º46.6%59.61%-
HSV(B)186.88º48%78.43%-
XYZ34.3343.5161.23-
YUV164.84147.8484.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.10%
GREEN value IS 189 (74.22% from 255) = 38.34%
BLUE value IS 200 (78.52% from 255) = 40.57%
R=21.10%
G=38.34%
B=40.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041892000.480.0600.22186.8846.659.61
Hex68BDC8306016bb2f3c
Octal1502753106060262735774
Binary1101000101111011100100011000011001011010111011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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