#68B8CA

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

Shades of Seagull #68B8CA

Tints of Seagull #68B8CA

Color information

#68B8CA (or 0x68B8CA) is unknown color: approx Seagull. HEX triplet: 68, B8 and CA. RGB value is (104,184,202). Sum of RGB (Red+Green+Blue) = 104+184+202=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #68B8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B8CA is #974735. Grayscale: #A1A1A1. Windows color (decimal): -9914166 or 13285480. OLE color: 13285480.

HSL color Cylindrical-coordinate representation of color #68B8CA: hue angle of 191.02º 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 #68B8CA is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB104184202-
CMYK0.490.0900.21
HSL191.02º48.04%60%-
HSV(B)191.02º48.51%79.22%-
XYZ33.5141.4962.12-
YUV162.13150.586.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.22%
GREEN value IS 184 (72.27% from 255) = 37.55%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=21.22%
G=37.55%
B=41.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1041842020.490.0900.21191.0248.0460
Hex68B8CA319015bf303c
Octal15027031261110252776074
Binary11010001011100011001010110001100101010110111111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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