#68BBCA

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

Shades of Seagull #68BBCA

Tints of Seagull #68BBCA

Color information

#68BBCA (or 0x68BBCA) is unknown color: approx Seagull. HEX triplet: 68, BB and CA. RGB value is (104,187,202). Sum of RGB (Red+Green+Blue) = 104+187+202=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #68BBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBCA is #974435. Grayscale: #A3A3A3. Windows color (decimal): -9913398 or 13286248. OLE color: 13286248.

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

Color convert

RGB104187202-
CMYK0.490.0700.21
HSL189.18º48.04%60%-
HSV(B)189.18º48.51%79.22%-
XYZ34.1442.7562.33-
YUV163.89149.585.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.10%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=21.10%
G=37.93%
B=40.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1041872020.490.0700.21189.1848.0460
Hex68BBCA317015bd303c
Octal1502733126170252756074
Binary1101000101110111100101011000111101010110111101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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