#65BDC9

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

Shades of Seagull #65BDC9

Tints of Seagull #65BDC9

Color information

#65BDC9 (or 0x65BDC9) is unknown color: approx Seagull. HEX triplet: 65, BD and C9. RGB value is (101,189,201). Sum of RGB (Red+Green+Blue) = 101+189+201=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #65BDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDC9 is #9A4236. Grayscale: #A3A3A3. Windows color (decimal): -10109495 or 13221221. OLE color: 13221221.

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

Color convert

RGB101189201-
CMYK0.500.0600.21
HSL187.2º48.08%59.22%-
HSV(B)187.2º49.75%78.82%-
XYZ34.1143.3861.83-
YUV164.06148.8583.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.57%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=20.57%
G=38.49%
B=40.94%

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
Decimal1011892010.500.0600.21187.248.0859.22
Hex65BDC9326015bb303b
Octal1452753116260252736073
Binary1100101101111011100100111001011001010110111011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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