#68B9CD

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

Shades of Seagull #68B9CD

Tints of Seagull #68B9CD

Color information

#68B9CD (or 0x68B9CD) is unknown color: approx Seagull. HEX triplet: 68, B9 and CD. RGB value is (104,185,205). Sum of RGB (Red+Green+Blue) = 104+185+205=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 185 (72.66% from 255 or 37.45% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #68B9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B9CD is #974632. Grayscale: #A2A2A2. Windows color (decimal): -9913907 or 13482344. OLE color: 13482344.

HSL color Cylindrical-coordinate representation of color #68B9CD: hue angle of 191.88º 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 #68B9CD is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104185205-
CMYK0.490.1000.20
HSL191.88º50.25%60.59%-
HSV(B)191.88º49.27%80.39%-
XYZ34.0842.0564.08-
YUV163.06151.6685.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.05%
GREEN value IS 185 (72.66% from 255) = 37.45%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=21.05%
G=37.45%
B=41.50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041852050.490.1000.20191.8850.2560.59
Hex68B9CD31A014c0323d
Octal15027131561120243006275
Binary11010001011100111001101110001101001010011000000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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