#65bcc9

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

Shades of Seagull #65BCC9

Tints of Seagull #65BCC9

Color information

#65BCC9 (or 0x65BCC9) is unknown color: approx Seagull. HEX triplet: 65, BC and C9. RGB value is (101,188,201). Sum of RGB (Red+Green+Blue) = 101+188+201=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 201 - color contains mainly: blue. Hex color #65BCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCC9 is #9A4336. Grayscale: #A3A3A3. Windows color (decimal): -10109751 or 13220965. OLE color: 13220965.

HSL color Cylindrical-coordinate representation of color #65BCC9: hue angle of 187.8º degrees, saturation: 0.48, 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 #65BCC9 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB101188201-
CMYK0.500.0600.21
HSL187.8º48.08%59.22%-
HSV(B)187.8º49.75%78.82%-
XYZ33.8942.9561.76-
YUV163.47149.1883.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.61%
GREEN value IS 188 (73.83% from 255) = 38.37%
BLUE value IS 201 (78.91% from 255) = 41.02%
R=20.61%
G=38.37%
B=41.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011882010.500.0600.21187.848.0859.22
Hex65BCC9326015bc303b
Octal1452743116260252746073
Binary1100101101111001100100111001011001010110111100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65bcc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65bcc9; }

 p { color: rgb(101,188,201); }

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

<style>
 a { background-color: #65bcc9; }

 a { background-color: rgb(101,188,201); }

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

<style>
 span { border-color: #65bcc9; }

 span { border-color: rgb(101,188,201); }

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