#65BECC

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

Shades of Seagull #65BECC

Tints of Seagull #65BECC

Color information

#65BECC (or 0x65BECC) is unknown color: approx Seagull. HEX triplet: 65, BE and CC. RGB value is (101,190,204). Sum of RGB (Red+Green+Blue) = 101+190+204=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #65BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BECC is #9A4133. Grayscale: #A4A4A4. Windows color (decimal): -10109236 or 13418085. OLE color: 13418085.

HSL color Cylindrical-coordinate representation of color #65BECC: hue angle of 188.16º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65BECC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB101190204-
CMYK0.500.0700.2
HSL188.16º50.24%59.8%-
HSV(B)188.16º50.49%80%-
XYZ34.6843.9563.78-
YUV164.98150.0182.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.40%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=20.40%
G=38.38%
B=41.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1011902040.500.0700.2188.1650.2459.8
Hex65BECC327014bc323c
Octal1452763146270242746274
Binary1100101101111101100110011001011101010010111100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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