#64BFCA

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

Shades of Seagull #64BFCA

Tints of Seagull #64BFCA

Color information

#64BFCA (or 0x64BFCA) is unknown color: approx Seagull. HEX triplet: 64, BF and CA. RGB value is (100,191,202). Sum of RGB (Red+Green+Blue) = 100+191+202=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 191 (75% from 255 or 38.74% 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 #64BFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFCA is #9B4035. Grayscale: #A4A4A4. Windows color (decimal): -10174518 or 13287268. OLE color: 13287268.

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

Color convert

RGB100191202-
CMYK0.500.0500.21
HSL186.47º49.04%59.22%-
HSV(B)186.47º50.5%79.22%-
XYZ34.5544.2462.59-
YUV165.04148.8581.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.28%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=20.28%
G=38.74%
B=40.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1001912020.500.0500.21186.4749.0459.22
Hex64BFCA325015ba313b
Octal1442773126250252726173
Binary1100100101111111100101011001010101010110111010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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