#68B8CF

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

Shades of Seagull #68B8CF

Tints of Seagull #68B8CF

Color information

#68B8CF (or 0x68B8CF) is unknown color: approx Seagull. HEX triplet: 68, B8 and CF. RGB value is (104,184,207). Sum of RGB (Red+Green+Blue) = 104+184+207=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #68B8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B8CF is #974730. Grayscale: #A2A2A2. Windows color (decimal): -9914161 or 13613160. OLE color: 13613160.

HSL color Cylindrical-coordinate representation of color #68B8CF: hue angle of 193.4º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68B8CF is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB104184207-
CMYK0.500.1100.19
HSL193.4º51.76%60.98%-
HSV(B)193.4º49.76%81.18%-
XYZ34.1141.7365.29-
YUV162.715386.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.01%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 207 (81.25% from 255) = 41.82%
R=21.01%
G=37.17%
B=41.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041842070.500.1100.19193.451.7660.98
Hex68B8CF32B013c1343d
Octal15027031762130233016475
Binary11010001011100011001111110010101101001111000001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,184,207); }

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

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

 a { background-color: rgb(104,184,207); }

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

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

 span { border-color: rgb(104,184,207); }

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