#65BDCE

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

Shades of Seagull #65BDCE

Tints of Seagull #65BDCE

Color information

#65BDCE (or 0x65BDCE) is unknown color: approx Seagull. HEX triplet: 65, BD and CE. RGB value is (101,189,206). Sum of RGB (Red+Green+Blue) = 101+189+206=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #65BDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDCE is #9A4231. Grayscale: #A4A4A4. Windows color (decimal): -10109490 or 13548901. OLE color: 13548901.

HSL color Cylindrical-coordinate representation of color #65BDCE: hue angle of 189.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65BDCE is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB101189206-
CMYK0.510.0800.19
HSL189.71º51.72%60.2%-
HSV(B)189.71º50.97%80.78%-
XYZ34.7143.6264.98-
YUV164.63151.3582.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.36%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=20.36%
G=38.10%
B=41.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1011892060.510.0800.19189.7151.7260.2
Hex65BDCE338013be343c
Octal14527531663100232766474
Binary11001011011110111001110110011100001001110111110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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