#68bbcf

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

Shades of Seagull #68BBCF

Tints of Seagull #68BBCF

Color information

#68BBCF (or 0x68BBCF) is unknown color: approx Seagull. HEX triplet: 68, BB and CF. RGB value is (104,187,207). Sum of RGB (Red+Green+Blue) = 104+187+207=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #68BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBCF is #974430. Grayscale: #A4A4A4. Windows color (decimal): -9913393 or 13613928. OLE color: 13613928.

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

Color convert

RGB104187207-
CMYK0.500.1000.19
HSL191.65º51.76%60.98%-
HSV(B)191.65º49.76%81.18%-
XYZ34.7442.9965.5-
YUV164.4615284.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.88%
GREEN value IS 187 (73.44% from 255) = 37.55%
BLUE value IS 207 (81.25% from 255) = 41.57%
R=20.88%
G=37.55%
B=41.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1041872070.500.1000.19191.6551.7660.98
Hex68BBCF32A013c0343d
Octal15027331762120233006475
Binary11010001011101111001111110010101001001111000000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68bbcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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