#64BDCD

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

Shades of Seagull #64BDCD

Tints of Seagull #64BDCD

Color information

#64BDCD (or 0x64BDCD) is unknown color: approx Seagull. HEX triplet: 64, BD and CD. RGB value is (100,189,205). Sum of RGB (Red+Green+Blue) = 100+189+205=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #64BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BDCD is #9B4232. Grayscale: #A4A4A4. Windows color (decimal): -10175027 or 13483364. OLE color: 13483364.

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

Color convert

RGB100189205-
CMYK0.510.0800.20
HSL189.14º51.22%59.8%-
HSV(B)189.14º51.22%80.39%-
XYZ34.4743.5164.34-
YUV164.21151.0182.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.24%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=20.24%
G=38.26%
B=41.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001892050.510.0800.20189.1451.2259.8
Hex64BDCD338014bd333c
Octal14427531563100242756374
Binary11001001011110111001101110011100001010010111101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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