#68BBCD

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

Shades of Seagull #68BBCD

Tints of Seagull #68BBCD

Color information

#68BBCD (or 0x68BBCD) is unknown color: approx Seagull. HEX triplet: 68, BB and CD. RGB value is (104,187,205). Sum of RGB (Red+Green+Blue) = 104+187+205=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #68BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBCD is #974432. Grayscale: #A4A4A4. Windows color (decimal): -9913395 or 13482856. OLE color: 13482856.

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

Color convert

RGB104187205-
CMYK0.490.0900.20
HSL190.69º50.25%60.59%-
HSV(B)190.69º49.27%80.39%-
XYZ34.542.8964.22-
YUV164.2415185.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.97%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=20.97%
G=37.70%
B=41.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041872050.490.0900.20190.6950.2560.59
Hex68BBCD319014bf323d
Octal15027331561110242776275
Binary11010001011101111001101110001100101010010111111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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