#64B2CD

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

Shades of Seagull #64B2CD

Tints of Seagull #64B2CD

Color information

#64B2CD (or 0x64B2CD) is unknown color: approx Seagull. HEX triplet: 64, B2 and CD. RGB value is (100,178,205). Sum of RGB (Red+Green+Blue) = 100+178+205=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #64B2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B2CD is #9B4D32. Grayscale: #9D9D9D. Windows color (decimal): -10177843 or 13480548. OLE color: 13480548.

HSL color Cylindrical-coordinate representation of color #64B2CD: hue angle of 195.43º 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 #64B2CD is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100178205-
CMYK0.510.1300.20
HSL195.43º51.22%59.8%-
HSV(B)195.43º51.22%80.39%-
XYZ32.238.9663.58-
YUV157.76154.6686.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.70%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=20.70%
G=36.85%
B=42.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001782050.510.1300.20195.4351.2259.8
Hex64B2CD33D014c3333c
Octal14426231563150243036374
Binary11001001011001011001101110011110101010011000011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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