#68B0CE

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

Shades of Seagull #68B0CE

Tints of Seagull #68B0CE

Color information

#68B0CE (or 0x68B0CE) is unknown color: approx Seagull. HEX triplet: 68, B0 and CE. RGB value is (104,176,206). Sum of RGB (Red+Green+Blue) = 104+176+206=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #68B0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0CE is #974F31. Grayscale: #9D9D9D. Windows color (decimal): -9916210 or 13545576. OLE color: 13545576.

HSL color Cylindrical-coordinate representation of color #68B0CE: hue angle of 197.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68B0CE is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB104176206-
CMYK0.500.1500.19
HSL197.65º51%60.78%-
HSV(B)197.65º49.51%80.78%-
XYZ32.3738.4564.11-
YUV157.89155.1589.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.40%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=21.40%
G=36.21%
B=42.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041762060.500.1500.19197.655160.78
Hex68B0CE32F013c6333d
Octal15026031662170233066375
Binary11010001011000011001110110010111101001111000110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,176,206); }

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

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

 a { background-color: rgb(104,176,206); }

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

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

 span { border-color: rgb(104,176,206); }

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