#68BFCF

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

Shades of Seagull #68BFCF

Tints of Seagull #68BFCF

Color information

#68BFCF (or 0x68BFCF) is unknown color: approx Seagull. HEX triplet: 68, BF and CF. RGB value is (104,191,207). Sum of RGB (Red+Green+Blue) = 104+191+207=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #68BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFCF is #974030. Grayscale: #A6A6A6. Windows color (decimal): -9912369 or 13614952. OLE color: 13614952.

HSL color Cylindrical-coordinate representation of color #68BFCF: hue angle of 189.32º 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 #68BFCF is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB104191207-
CMYK0.500.0800.19
HSL189.32º51.76%60.98%-
HSV(B)189.32º49.76%81.18%-
XYZ35.644.7165.78-
YUV166.81150.6883.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.72%
GREEN value IS 191 (75% from 255) = 38.05%
BLUE value IS 207 (81.25% from 255) = 41.24%
R=20.72%
G=38.05%
B=41.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041912070.500.0800.19189.3251.7660.98
Hex68BFCF328013bd343d
Octal15027731762100232756475
Binary11010001011111111001111110010100001001110111101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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