#68BDCD

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

Shades of Seagull #68BDCD

Tints of Seagull #68BDCD

Color information

#68BDCD (or 0x68BDCD) is unknown color: approx Seagull. HEX triplet: 68, BD and CD. RGB value is (104,189,205). Sum of RGB (Red+Green+Blue) = 104+189+205=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 205 (80.47% from 255 or 41.16% from 498); Max value from RGB is 205 - color contains mainly: blue. Hex color #68BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDCD is #974232. Grayscale: #A5A5A5. Windows color (decimal): -9912883 or 13483368. OLE color: 13483368.

HSL color Cylindrical-coordinate representation of color #68BDCD: hue angle of 189.5º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68BDCD is Cyan = 0.49, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104189205-
CMYK0.490.0800.20
HSL189.5º50.25%60.59%-
HSV(B)189.5º49.27%80.39%-
XYZ34.9343.7564.36-
YUV165.41150.3484.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.88%
GREEN value IS 189 (74.22% from 255) = 37.95%
BLUE value IS 205 (80.47% from 255) = 41.16%
R=20.88%
G=37.95%
B=41.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041892050.490.0800.20189.550.2560.59
Hex68BDCD318014be323d
Octal15027531561100242766275
Binary11010001011110111001101110001100001010010111110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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