#68bed0

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

Shades of Seagull #68BED0

Tints of Seagull #68BED0

Color information

#68BED0 (or 0x68BED0) is unknown color: approx Seagull. HEX triplet: 68, BE and D0. RGB value is (104,190,208). Sum of RGB (Red+Green+Blue) = 104+190+208=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #68BED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BED0 is #97412F. Grayscale: #A6A6A6. Windows color (decimal): -9912624 or 13680232. OLE color: 13680232.

HSL color Cylindrical-coordinate representation of color #68BED0: hue angle of 190.38º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68BED0 is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB104190208-
CMYK0.50.0900.18
HSL190.38º52.53%61.18%-
HSV(B)190.38º50%81.57%-
XYZ35.5144.3266.36-
YUV166.34151.5183.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.72%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=20.72%
G=37.85%
B=41.43%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1041902080.50.0900.18190.3852.5361.18
Hex68BED0329012be353d
Octal15027632062110222766575
Binary11010001011111011010000110010100101001010111110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68bed0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,190,208); }

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

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

 a { background-color: rgb(104,190,208); }

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

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

 span { border-color: rgb(104,190,208); }

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