#68B1CB

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

Shades of Seagull #68B1CB

Tints of Seagull #68B1CB

Color information

#68B1CB (or 0x68B1CB) is unknown color: approx Seagull. HEX triplet: 68, B1 and CB. RGB value is (104,177,203). Sum of RGB (Red+Green+Blue) = 104+177+203=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #68B1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B1CB is #974E34. Grayscale: #9D9D9D. Windows color (decimal): -9915957 or 13349224. OLE color: 13349224.

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

Color convert

RGB104177203-
CMYK0.490.1300.20
HSL195.76º48.77%60.2%-
HSV(B)195.76º48.77%79.61%-
XYZ32.2138.762.27-
YUV158.14153.3289.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.49%
GREEN value IS 177 (69.53% from 255) = 36.57%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=21.49%
G=36.57%
B=41.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041772030.490.1300.20195.7648.7760.2
Hex68B1CB31D014c4313c
Octal15026131361150243046174
Binary11010001011000111001011110001110101010011000100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,177,203); }

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

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

 a { background-color: rgb(104,177,203); }

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

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

 span { border-color: rgb(104,177,203); }

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