#64BECC

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

Shades of Seagull #64BECC

Tints of Seagull #64BECC

Color information

#64BECC (or 0x64BECC) is unknown color: approx Seagull. HEX triplet: 64, BE and CC. RGB value is (100,190,204). Sum of RGB (Red+Green+Blue) = 100+190+204=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #64BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BECC is #9B4133. Grayscale: #A4A4A4. Windows color (decimal): -10174772 or 13418084. OLE color: 13418084.

HSL color Cylindrical-coordinate representation of color #64BECC: hue angle of 188.08º degrees, saturation: 0.5, 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 #64BECC is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100190204-
CMYK0.510.0700.2
HSL188.08º50.49%59.61%-
HSV(B)188.08º50.98%80%-
XYZ34.5743.963.78-
YUV164.69150.1881.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.24%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=20.24%
G=38.46%
B=41.30%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001902040.510.0700.2188.0850.4959.61
Hex64BECC337014bc323c
Octal1442763146370242746274
Binary1100100101111101100110011001111101010010111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,190,204); }

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

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

 a { background-color: rgb(100,190,204); }

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

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

 span { border-color: rgb(100,190,204); }

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