#64BACA

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

Shades of Seagull #64BACA

Tints of Seagull #64BACA

Color information

#64BACA (or 0x64BACA) is unknown color: approx Seagull. HEX triplet: 64, BA and CA. RGB value is (100,186,202). Sum of RGB (Red+Green+Blue) = 100+186+202=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #64BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BACA is #9B4535. Grayscale: #A1A1A1. Windows color (decimal): -10175798 or 13285988. OLE color: 13285988.

HSL color Cylindrical-coordinate representation of color #64BACA: hue angle of 189.41º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64BACA is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100186202-
CMYK0.500.0800.21
HSL189.41º49.04%59.22%-
HSV(B)189.41º50.5%79.22%-
XYZ33.4842.0962.24-
YUV162.11150.5183.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.49%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=20.49%
G=38.11%
B=41.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001862020.500.0800.21189.4149.0459.22
Hex64BACA328015bd313b
Octal14427231262100252756173
Binary11001001011101011001010110010100001010110111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BACA; }

 p { color: rgb(100,186,202); }

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

<style>
 a { background-color: #64BACA; }

 a { background-color: rgb(100,186,202); }

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

<style>
 span { border-color: #64BACA; }

 span { border-color: rgb(100,186,202); }

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