#64BFCD

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

Shades of Seagull #64BFCD

Tints of Seagull #64BFCD

Color information

#64BFCD (or 0x64BFCD) is unknown color: approx Seagull. HEX triplet: 64, BF and CD. RGB value is (100,191,205). Sum of RGB (Red+Green+Blue) = 100+191+205=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #64BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFCD is #9B4032. Grayscale: #A5A5A5. Windows color (decimal): -10174515 or 13483876. OLE color: 13483876.

HSL color Cylindrical-coordinate representation of color #64BFCD: hue angle of 188º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64BFCD is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100191205-
CMYK0.510.0700.20
HSL188º51.22%59.8%-
HSV(B)188º51.22%80.39%-
XYZ34.9144.3864.48-
YUV165.39150.3581.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.16%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=20.16%
G=38.51%
B=41.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001912050.510.0700.2018851.2259.8
Hex64BFCD337014bc333c
Octal1442773156370242746374
Binary1100100101111111100110111001111101010010111100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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