#68BACD

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

Shades of Seagull #68BACD

Tints of Seagull #68BACD

Color information

#68BACD (or 0x68BACD) is unknown color: approx Seagull. HEX triplet: 68, BA and CD. RGB value is (104,186,205). Sum of RGB (Red+Green+Blue) = 104+186+205=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #68BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BACD is #974532. Grayscale: #A3A3A3. Windows color (decimal): -9913651 or 13482600. OLE color: 13482600.

HSL color Cylindrical-coordinate representation of color #68BACD: hue angle of 191.29º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68BACD is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104186205-
CMYK0.490.0900.20
HSL191.29º50.25%60.59%-
HSV(B)191.29º49.27%80.39%-
XYZ34.2942.4764.15-
YUV163.65151.3385.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.01%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=21.01%
G=37.58%
B=41.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041862050.490.0900.20191.2950.2560.59
Hex68BACD319014bf323d
Octal15027231561110242776275
Binary11010001011101011001101110001100101010010111111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,186,205); }

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

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

 a { background-color: rgb(104,186,205); }

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

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

 span { border-color: rgb(104,186,205); }

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