#68BEC9

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

Shades of Seagull #68BEC9

Tints of Seagull #68BEC9

Color information

#68BEC9 (or 0x68BEC9) is unknown color: approx Seagull. HEX triplet: 68, BE and C9. RGB value is (104,190,201). Sum of RGB (Red+Green+Blue) = 104+190+201=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #68BEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEC9 is #974136. Grayscale: #A5A5A5. Windows color (decimal): -9912631 or 13221480. OLE color: 13221480.

HSL color Cylindrical-coordinate representation of color #68BEC9: hue angle of 186.8º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68BEC9 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB104190201-
CMYK0.480.0500.21
HSL186.8º47.32%59.8%-
HSV(B)186.8º48.26%78.82%-
XYZ34.6643.9961.92-
YUV165.54148.0184.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.01%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 201 (78.91% from 255) = 40.61%
R=21.01%
G=38.38%
B=40.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1041902010.480.0500.21186.847.3259.8
Hex68BEC9305015bb2f3c
Octal1502763116050252735774
Binary1101000101111101100100111000010101010110111011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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