#68BDCE

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

Shades of Seagull #68BDCE

Tints of Seagull #68BDCE

Color information

#68BDCE (or 0x68BDCE) is unknown color: approx Seagull. HEX triplet: 68, BD and CE. RGB value is (104,189,206). Sum of RGB (Red+Green+Blue) = 104+189+206=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #68BDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDCE is #974231. Grayscale: #A5A5A5. Windows color (decimal): -9912882 or 13548904. OLE color: 13548904.

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

Color convert

RGB104189206-
CMYK0.500.0800.19
HSL190º51%60.78%-
HSV(B)190º49.51%80.78%-
XYZ35.0543.7965-
YUV165.52150.8484.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.84%
GREEN value IS 189 (74.22% from 255) = 37.88%
BLUE value IS 206 (80.86% from 255) = 41.28%
R=20.84%
G=37.88%
B=41.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041892060.500.0800.191905160.78
Hex68BDCE328013be333d
Octal15027531662100232766375
Binary11010001011110111001110110010100001001110111110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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