#64B4CA

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

Shades of Seagull #64B4CA

Tints of Seagull #64B4CA

Color information

#64B4CA (or 0x64B4CA) is unknown color: approx Seagull. HEX triplet: 64, B4 and CA. RGB value is (100,180,202). Sum of RGB (Red+Green+Blue) = 100+180+202=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #64B4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B4CA is #9B4B35. Grayscale: #9E9E9E. Windows color (decimal): -10177334 or 13284452. OLE color: 13284452.

HSL color Cylindrical-coordinate representation of color #64B4CA: hue angle of 192.94º 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 #64B4CA is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB100180202-
CMYK0.500.1100.21
HSL192.94º49.04%59.22%-
HSV(B)192.94º50.5%79.22%-
XYZ32.2439.6261.82-
YUV158.59152.586.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.75%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 202 (79.30% from 255) = 41.91%
R=20.75%
G=37.34%
B=41.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001802020.500.1100.21192.9449.0459.22
Hex64B4CA32B015c1313b
Octal14426431262130253016173
Binary11001001011010011001010110010101101010111000001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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