#65B6CA

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

Shades of Seagull #65B6CA

Tints of Seagull #65B6CA

Color information

#65B6CA (or 0x65B6CA) is unknown color: approx Seagull. HEX triplet: 65, B6 and CA. RGB value is (101,182,202). Sum of RGB (Red+Green+Blue) = 101+182+202=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #65B6CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B6CA is #9A4935. Grayscale: #9F9F9F. Windows color (decimal): -10111286 or 13284965. OLE color: 13284965.

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

Color convert

RGB101182202-
CMYK0.500.1000.21
HSL191.88º48.79%59.41%-
HSV(B)191.88º50%79.22%-
XYZ32.7640.4961.97-
YUV160.06151.6685.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.82%
GREEN value IS 182 (71.48% from 255) = 37.53%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=20.82%
G=37.53%
B=41.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1011822020.500.1000.21191.8848.7959.41
Hex65B6CA32A015c0313b
Octal14526631262120253006173
Binary11001011011011011001010110010101001010111000000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,182,202); }

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

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

 a { background-color: rgb(101,182,202); }

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

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

 span { border-color: rgb(101,182,202); }

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