#65BECD

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

Shades of Seagull #65BECD

Tints of Seagull #65BECD

Color information

#65BECD (or 0x65BECD) is unknown color: approx Seagull. HEX triplet: 65, BE and CD. RGB value is (101,190,205). Sum of RGB (Red+Green+Blue) = 101+190+205=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #65BECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BECD is #9A4132. Grayscale: #A4A4A4. Windows color (decimal): -10109235 or 13483621. OLE color: 13483621.

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

Color convert

RGB101190205-
CMYK0.510.0700.20
HSL188.65º50.98%60%-
HSV(B)188.65º50.73%80.39%-
XYZ34.84464.42-
YUV165.1150.5182.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.36%
GREEN value IS 190 (74.61% from 255) = 38.31%
BLUE value IS 205 (80.47% from 255) = 41.33%
R=20.36%
G=38.31%
B=41.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1011902050.510.0700.20188.6550.9860
Hex65BECD337014bd333c
Octal1452763156370242756374
Binary1100101101111101100110111001111101010010111101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,190,205); }

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

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

 a { background-color: rgb(101,190,205); }

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

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

 span { border-color: rgb(101,190,205); }

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